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

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-7630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "7.0667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-7630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1947-7630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1947-7630'^^xsd:string;
  dwc:scientificName 'Lamprogrammus niger (, 1891)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'John Eriksson'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:startYearCollected '1947'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Pacific'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '7.0667'^^xsd:double;
  dwc:aphiaid '126672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1947-7630'^^xsd:anyURI;
  dwc:observationDate '1947-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '126672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -75)"^^geo:wktLiteral ;
  geo-pos:lat "27.5"^^xsd:decimal ;
  geo-pos:long "-75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-6888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-6888'^^xsd:string;
  dwc:scientificName 'Cypselurus furcatus (, 1815)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Olof Fagerstr÷m'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:startYearCollected '1952'^^xsd:integer;
  dwc:endYearCollected '1952'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Bahamas'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '27.5'^^xsd:double;
  dwc:aphiaid '217866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-6888'^^xsd:anyURI;
  dwc:observationDate '1952-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '159261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -75)"^^geo:wktLiteral ;
  geo-pos:lat "27.5"^^xsd:decimal ;
  geo-pos:long "-75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-6903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-6903'^^xsd:string;
  dwc:scientificName 'Hirundichthys rondeletii (, 1846)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Olof Fagerstr÷m'^^xsd:string;
  dwc:yearCollected '1952'^^xsd:integer;
  dwc:startYearCollected '1952'^^xsd:integer;
  dwc:endYearCollected '1952'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '27.5'^^xsd:double;
  dwc:aphiaid '126386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-6903'^^xsd:anyURI;
  dwc:observationDate '1952-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '126386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-8267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-8267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-8267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.0833 -71.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-71.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-8267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.0833 -71.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-68.0833"^^xsd:decimal ;
  geo-pos:long "-71.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-8267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1953-8267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1953-8267'^^xsd:string;
  dwc:scientificName 'Pleuragramma antarcticum (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Alberto Nani'^^xsd:string;
  dwc:continentOcean 'Antarctica'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-71.0833'^^xsd:double;
  dwc:latitude '-68.0833'^^xsd:double;
  dwc:aphiaid '234721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1953-8267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '234721'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1955-6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1955-6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1955-6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1955-6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "41.8833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1955-6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1955-6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1955-6452'^^xsd:string;
  dwc:scientificName 'Coryphaenoides brevibarbis (, 1896)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'I byte frsn U. S. Nat. Museum'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '41.8833'^^xsd:double;
  dwc:aphiaid '158954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1955-6452'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '158954'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-6218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-6218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-6218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.6167 -63.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-6218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.6167 -63.6)"^^geo:wktLiteral ;
  geo-pos:lat "17.6167"^^xsd:decimal ;
  geo-pos:long "-63.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-6218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1961-6218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1961-6218'^^xsd:string;
  dwc:scientificName 'Barathronus bicolor (, 1886)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:startYearCollected '1959'^^xsd:integer;
  dwc:endYearCollected '1959'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Puerto Rico'^^xsd:string;
  dwc:longitude '-63.6'^^xsd:double;
  dwc:latitude '17.6167'^^xsd:double;
  dwc:aphiaid '272752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1961-6218'^^xsd:anyURI;
  dwc:observationDate '1959-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '272752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5 -63.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5"^^xsd:decimal ;
  dwc:decimalLongitude "-63.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5 -63.5)"^^geo:wktLiteral ;
  geo-pos:lat "18.5"^^xsd:decimal ;
  geo-pos:long "-63.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6885'^^xsd:string;
  dwc:scientificName 'Cypselurus furcatus (, 1815)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Styrman Erik Carlmark'^^xsd:string;
  dwc:continentOcean 'Caribbean Sea'^^xsd:string;
  dwc:longitude '-63.5'^^xsd:double;
  dwc:latitude '18.5'^^xsd:double;
  dwc:aphiaid '217866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '159261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7833 -61.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7833 -61.4333)"^^geo:wktLiteral ;
  geo-pos:lat "13.7833"^^xsd:decimal ;
  geo-pos:long "-61.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-6122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-6122'^^xsd:string;
  dwc:scientificName 'Argyropelecus aculeatus (, 1849)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:startYearCollected '1921'^^xsd:integer;
  dwc:endYearCollected '1921'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea'^^xsd:string;
  dwc:longitude '-61.4333'^^xsd:double;
  dwc:latitude '13.7833'^^xsd:double;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-6122'^^xsd:anyURI;
  dwc:observationDate '1921-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-8034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-8034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-8034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7167 -60.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-60.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-8034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7167 -60.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-54.7167"^^xsd:decimal ;
  geo-pos:long "-60.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-8034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1949-8034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1949-8034'^^xsd:string;
  dwc:scientificName 'Patagonotothen guntheri (, 1937)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'F. Beyer, Norwegian "Brattegg" Expedition'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-60.2333'^^xsd:double;
  dwc:latitude '-54.7167'^^xsd:double;
  dwc:aphiaid '234738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1949-8034'^^xsd:anyURI;
  dwc:observationDate '1948-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '234738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333 -60)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-60"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333 -60)"^^geo:wktLiteral ;
  geo-pos:lat "22.5333"^^xsd:decimal ;
  geo-pos:long "-60"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1953-6889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1953-6889'^^xsd:string;
  dwc:scientificName 'Cypselurus furcatus (, 1815)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Olof Fagerstr÷m'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:startYearCollected '1953'^^xsd:integer;
  dwc:endYearCollected '1953'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-60'^^xsd:integer;
  dwc:latitude '22.5333'^^xsd:double;
  dwc:aphiaid '217866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1953-6889'^^xsd:anyURI;
  dwc:observationDate '1953-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '159261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333 -60)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-60"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5333 -60)"^^geo:wktLiteral ;
  geo-pos:lat "22.5333"^^xsd:decimal ;
  geo-pos:long "-60"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1953-6891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1953-6891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1953-6891'^^xsd:string;
  dwc:scientificName 'Cypselurus exsiliens (, 1771)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Olof Fagerstr÷m'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:startYearCollected '1953'^^xsd:integer;
  dwc:endYearCollected '1953'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-60'^^xsd:integer;
  dwc:latitude '22.5333'^^xsd:double;
  dwc:aphiaid '312458'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1953-6891'^^xsd:anyURI;
  dwc:observationDate '1953-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '126381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5167 -59.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-59.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5167 -59.8667)"^^geo:wktLiteral ;
  geo-pos:lat "27.5167"^^xsd:decimal ;
  geo-pos:long "-59.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-7385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-7385'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:startYearCollected '1921'^^xsd:integer;
  dwc:endYearCollected '1921'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-59.8667'^^xsd:double;
  dwc:latitude '27.5167'^^xsd:double;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-7385'^^xsd:anyURI;
  dwc:observationDate '1921-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.55 -57.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.55"^^xsd:decimal ;
  dwc:decimalLongitude "-57.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.55 -57.5)"^^geo:wktLiteral ;
  geo-pos:lat "74.55"^^xsd:decimal ;
  geo-pos:long "-57.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6778'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-57.5'^^xsd:double;
  dwc:latitude '74.55'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6778'^^xsd:anyURI;
  dwc:observationDate '1931-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.55 -57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.55"^^xsd:decimal ;
  dwc:decimalLongitude "-57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.55 -57)"^^geo:wktLiteral ;
  geo-pos:lat "74.55"^^xsd:decimal ;
  geo-pos:long "-57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6707'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpioides (, 1780)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-57'^^xsd:integer;
  dwc:latitude '74.55'^^xsd:double;
  dwc:aphiaid '127202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6707'^^xsd:anyURI;
  dwc:observationDate '1931-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127202'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7405'^^xsd:string;
  dwc:scientificName 'Gymnocanthus tricuspis (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '127198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7405'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7705'^^xsd:string;
  dwc:scientificName 'Liparis fabricii (, 1847)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Firts Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '127218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7705'^^xsd:anyURI;
  dwc:observationDate '1931-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127218'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7404'^^xsd:string;
  dwc:scientificName 'Gymnocanthus tricuspis (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '127198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7404'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7063'^^xsd:string;
  dwc:scientificName 'Eumicrotremus spinosus (, 1776)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '127217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7063'^^xsd:anyURI;
  dwc:observationDate '1931-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7403'^^xsd:string;
  dwc:scientificName 'Gymnocanthus tricuspis (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '127198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7403'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6158'^^xsd:string;
  dwc:scientificName 'Aspidophoroides monopterygius (, 1786)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '159459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6158'^^xsd:anyURI;
  dwc:observationDate '1931-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '159459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7706'^^xsd:string;
  dwc:scientificName 'Liparis fabricii (, 1847)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Firts Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '127218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7706'^^xsd:anyURI;
  dwc:observationDate '1931-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127218'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 -56.6667)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "-56.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-16354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-16354'^^xsd:string;
  dwc:scientificName 'Stichaeus punctatus (, 1780)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.6667'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:aphiaid '159819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-16354'^^xsd:anyURI;
  dwc:observationDate '1931-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '159819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  geo-pos:lat "73.8667"^^xsd:decimal ;
  geo-pos:long "-56.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6789'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.5833'^^xsd:double;
  dwc:latitude '73.8667'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6789'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  geo-pos:lat "73.8667"^^xsd:decimal ;
  geo-pos:long "-56.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6792'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.5833'^^xsd:double;
  dwc:latitude '73.8667'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6792'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  geo-pos:lat "73.8667"^^xsd:decimal ;
  geo-pos:long "-56.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6790'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.5833'^^xsd:double;
  dwc:latitude '73.8667'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6790'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  geo-pos:lat "73.8667"^^xsd:decimal ;
  geo-pos:long "-56.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6788'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.5833'^^xsd:double;
  dwc:latitude '73.8667'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6788'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8667 -56.5833)"^^geo:wktLiteral ;
  geo-pos:lat "73.8667"^^xsd:decimal ;
  geo-pos:long "-56.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6791'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56.5833'^^xsd:double;
  dwc:latitude '73.8667'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6791'^^xsd:anyURI;
  dwc:observationDate '1931-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  geo-pos:lat "72.5833"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6795'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '72.5833'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6795'^^xsd:anyURI;
  dwc:observationDate '1931-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  geo-pos:lat "72.5833"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6796'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '72.5833'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6796'^^xsd:anyURI;
  dwc:observationDate '1931-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  geo-pos:lat "72.5833"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7406'^^xsd:string;
  dwc:scientificName 'Gymnocanthus tricuspis (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '72.5833'^^xsd:double;
  dwc:aphiaid '127198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7406'^^xsd:anyURI;
  dwc:observationDate '1931-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.5833 -56)"^^geo:wktLiteral ;
  geo-pos:lat "72.5833"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-6794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-6794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-6794'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'West Greenland'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '72.5833'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-6794'^^xsd:anyURI;
  dwc:observationDate '1931-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0333 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0333 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "27.0333"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-7575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-7575'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola (, 1877)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:startYearCollected '1922'^^xsd:integer;
  dwc:endYearCollected '1922'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-53.65'^^xsd:double;
  dwc:latitude '27.0333'^^xsd:double;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-7575'^^xsd:anyURI;
  dwc:observationDate '1922-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5033"^^xsd:integer ;
  dwc:maximumDepthInMeters "5044"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  geo-pos:lat "12.3667"^^xsd:decimal ;
  geo-pos:long "-52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6217'^^xsd:string;
  dwc:scientificName 'Barathrites iris (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-52'^^xsd:integer;
  dwc:latitude '12.3667'^^xsd:double;
  dwc:minimumDepth '5033'^^xsd:integer;
  dwc:maximumDepth '5044'^^xsd:integer;
  dwc:aphiaid '126664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6217'^^xsd:anyURI;
  dwc:observationDate '1948-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126664'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5033"^^xsd:integer ;
  dwc:maximumDepthInMeters "5044"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  geo-pos:lat "12.3667"^^xsd:decimal ;
  geo-pos:long "-52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6256'^^xsd:string;
  dwc:scientificName 'Bassozetus taenia (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-52'^^xsd:integer;
  dwc:latitude '12.3667'^^xsd:double;
  dwc:minimumDepth '5033'^^xsd:integer;
  dwc:maximumDepth '5044'^^xsd:integer;
  dwc:aphiaid '126665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6256'^^xsd:anyURI;
  dwc:observationDate '1948-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5033"^^xsd:integer ;
  dwc:maximumDepthInMeters "5044"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  geo-pos:lat "12.3667"^^xsd:decimal ;
  geo-pos:long "-52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6253'^^xsd:string;
  dwc:scientificName 'Bassozetus taenia (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-52'^^xsd:integer;
  dwc:latitude '12.3667'^^xsd:double;
  dwc:minimumDepth '5033'^^xsd:integer;
  dwc:maximumDepth '5044'^^xsd:integer;
  dwc:aphiaid '126665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6253'^^xsd:anyURI;
  dwc:observationDate '1948-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5033"^^xsd:integer ;
  dwc:maximumDepthInMeters "5044"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  geo-pos:lat "12.3667"^^xsd:decimal ;
  geo-pos:long "-52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6255'^^xsd:string;
  dwc:scientificName 'Bassozetus taenia (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-52'^^xsd:integer;
  dwc:latitude '12.3667'^^xsd:double;
  dwc:minimumDepth '5033'^^xsd:integer;
  dwc:maximumDepth '5044'^^xsd:integer;
  dwc:aphiaid '126665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6255'^^xsd:anyURI;
  dwc:observationDate '1948-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5033"^^xsd:integer ;
  dwc:maximumDepthInMeters "5044"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3667 -52)"^^geo:wktLiteral ;
  geo-pos:lat "12.3667"^^xsd:decimal ;
  geo-pos:long "-52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6254'^^xsd:string;
  dwc:scientificName 'Bassozetus taenia (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-52'^^xsd:integer;
  dwc:latitude '12.3667'^^xsd:double;
  dwc:minimumDepth '5033'^^xsd:integer;
  dwc:maximumDepth '5044'^^xsd:integer;
  dwc:aphiaid '126665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6254'^^xsd:anyURI;
  dwc:observationDate '1948-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.2167 -51.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-51.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5033"^^xsd:integer ;
  dwc:maximumDepthInMeters "5044"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.2167 -51.7333)"^^geo:wktLiteral ;
  geo-pos:lat "12.2167"^^xsd:decimal ;
  geo-pos:long "-51.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6262'^^xsd:string;
  dwc:scientificName 'Bathymicrops regis (, 1912)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-51.7333'^^xsd:double;
  dwc:latitude '12.2167'^^xsd:double;
  dwc:minimumDepth '5033'^^xsd:integer;
  dwc:maximumDepth '5044'^^xsd:integer;
  dwc:aphiaid '126341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6262'^^xsd:anyURI;
  dwc:observationDate '1948-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1902-6258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1902-6258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1902-6258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.3333 -47.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-47.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2800"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1902-6258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.3333 -47.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-63.3333"^^xsd:decimal ;
  geo-pos:long "-47.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1902-6258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1902-6258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1902-6258'^^xsd:string;
  dwc:scientificName 'Bahtylagus gracilis ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:startYearCollected '1902'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'South Atlantic'^^xsd:string;
  dwc:longitude '-47.0167'^^xsd:double;
  dwc:latitude '-63.3333'^^xsd:double;
  dwc:minimumDepth '2800'^^xsd:integer;
  dwc:aphiaid '234647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1902-6258'^^xsd:anyURI;
  dwc:observationDate '1902-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '234647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7333 -46.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-46.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7333 -46.75)"^^geo:wktLiteral ;
  geo-pos:lat "60.7333"^^xsd:decimal ;
  geo-pos:long "-46.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-7398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-7398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-7398'^^xsd:string;
  dwc:scientificName 'Gymnocanthus tricuspis (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Frits Johansen'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:longitude '-46.75'^^xsd:double;
  dwc:latitude '60.7333'^^xsd:double;
  dwc:aphiaid '127198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-7398'^^xsd:anyURI;
  dwc:observationDate '1931-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '127198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1875-8388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1875-8388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1875-8388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 -45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^xsd:decimal ;
  dwc:decimalLongitude "-45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1875-8388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 -45)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "-45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1875-8388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1875-8388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1875-8388'^^xsd:string;
  dwc:scientificName 'Histrio histrio (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Kapten HSrstr÷m'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-45'^^xsd:integer;
  dwc:latitude '20'^^xsd:integer;
  dwc:aphiaid '126533'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1875-8388'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126533'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1905-6833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1905-6833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1905-6833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.45 -42.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48.45"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1905-6833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.45 -42.6)"^^geo:wktLiteral ;
  geo-pos:lat "-48.45"^^xsd:decimal ;
  geo-pos:long "-42.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1905-6833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1905-6833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1905-6833'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Swedish Antarctica Expedition'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:startYearCollected '1902'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-42.6'^^xsd:double;
  dwc:latitude '-48.45'^^xsd:double;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1905-6833'^^xsd:anyURI;
  dwc:observationDate '1902-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1861-6942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1861-6942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1861-6942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1861-6942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -41)"^^geo:wktLiteral ;
  geo-pos:lat "-30"^^xsd:decimal ;
  geo-pos:long "-41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1861-6942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1861-6942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1861-6942'^^xsd:string;
  dwc:scientificName 'Diodon holocanthus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-41'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:aphiaid '127402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1861-6942'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62 -38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62"^^xsd:decimal ;
  dwc:decimalLongitude "-38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62 -38)"^^geo:wktLiteral ;
  geo-pos:lat "-62"^^xsd:decimal ;
  geo-pos:long "-38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-6085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-6085'^^xsd:string;
  dwc:scientificName 'Anotopterus vorax (, 1913)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Johan T. Ruud'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:startYearCollected '1930'^^xsd:integer;
  dwc:endYearCollected '1930'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Antarctica'^^xsd:string;
  dwc:longitude '-38'^^xsd:integer;
  dwc:latitude '-62'^^xsd:integer;
  dwc:aphiaid '234827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-6085'^^xsd:anyURI;
  dwc:observationDate '1930-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '234827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2 -36.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2"^^xsd:decimal ;
  dwc:decimalLongitude "-36.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5850"^^xsd:integer ;
  dwc:maximumDepthInMeters "5860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2 -36.3833)"^^geo:wktLiteral ;
  geo-pos:lat "24.2"^^xsd:decimal ;
  geo-pos:long "-36.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-5814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-5814'^^xsd:string;
  dwc:scientificName 'Holcomycteronus profundissimus (, 1913)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-36.3833'^^xsd:double;
  dwc:latitude '24.2'^^xsd:double;
  dwc:minimumDepth '5850'^^xsd:integer;
  dwc:maximumDepth '5860'^^xsd:integer;
  dwc:aphiaid '272800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-5814'^^xsd:anyURI;
  dwc:observationDate '1948-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '272800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-95> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -36)"^^geo:wktLiteral ;
  geo-pos:lat "39"^^xsd:decimal ;
  geo-pos:long "-36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1949-95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1949-95'^^xsd:string;
  dwc:scientificName 'Prionace glauca (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:startYearCollected '1949'^^xsd:integer;
  dwc:endYearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-36'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:aphiaid '105801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1949-95'^^xsd:anyURI;
  dwc:observationDate '1949-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '105801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-94> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -36)"^^geo:wktLiteral ;
  geo-pos:lat "39"^^xsd:decimal ;
  geo-pos:long "-36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1949-94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1949-94'^^xsd:string;
  dwc:scientificName 'Prionace glauca (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:startYearCollected '1949'^^xsd:integer;
  dwc:endYearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-36'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:aphiaid '105801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1949-94'^^xsd:anyURI;
  dwc:observationDate '1949-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '105801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-93> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -36)"^^geo:wktLiteral ;
  geo-pos:lat "39"^^xsd:decimal ;
  geo-pos:long "-36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1949-93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1949-93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1949-93'^^xsd:string;
  dwc:scientificName 'Prionace glauca (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:startYearCollected '1949'^^xsd:integer;
  dwc:endYearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-36'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:aphiaid '105801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1949-93'^^xsd:anyURI;
  dwc:observationDate '1949-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '105801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5333 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5333 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.5333"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6617'^^xsd:string;
  dwc:scientificName 'Meteoria erythrops (, 1969)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.5333'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '126649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '126649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5333 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5333 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.5333"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6610'^^xsd:string;
  dwc:scientificName 'Sciadonus pedicellaris (, 1899)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.5333'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '126653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6610'^^xsd:anyURI;
  dwc:observationDate '1948-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.55"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.55"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6266'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.55'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6266'^^xsd:anyURI;
  dwc:observationDate '1948-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.55"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.55"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6465'^^xsd:string;
  dwc:scientificName 'Coryphaenoides leptolepis (, 1877)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.55'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '158959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6465'^^xsd:anyURI;
  dwc:observationDate '1948-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '158959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.55"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.55"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7994'^^xsd:string;
  dwc:scientificName 'Nematonurus armatus (, 1875)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.55'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '319561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7994'^^xsd:anyURI;
  dwc:observationDate '1948-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '158952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.55"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4540"^^xsd:integer ;
  dwc:maximumDepthInMeters "4600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.55"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6267'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.55'^^xsd:double;
  dwc:minimumDepth '4540'^^xsd:integer;
  dwc:maximumDepth '4600'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6267'^^xsd:anyURI;
  dwc:observationDate '1948-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -34)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-16293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-16293'^^xsd:string;
  dwc:scientificName 'Sebastes marinus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'J Kruse'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:longitude '-34'^^xsd:integer;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '127253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-16293'^^xsd:anyURI;
  dwc:observationDate '1931-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '151324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -34)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-16294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-16294'^^xsd:string;
  dwc:scientificName 'Sebastes marinus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'J. Kruse'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:longitude '-34'^^xsd:integer;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '127253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-16294'^^xsd:anyURI;
  dwc:observationDate '1931-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '151324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -34)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-16295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-16295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-16295'^^xsd:string;
  dwc:scientificName 'Sebastes marinus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'J. Kruse sannolikt'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'North America'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:longitude '-34'^^xsd:integer;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '127253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-16295'^^xsd:anyURI;
  dwc:observationDate '1931-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '151324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0333 -31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0333 -31.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.0333"^^xsd:decimal ;
  geo-pos:long "-31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-6815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-6815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-6815'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-31.75'^^xsd:double;
  dwc:latitude '47.0333'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-6815'^^xsd:anyURI;
  dwc:observationDate '1931-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1944-7106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1944-7106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1944-7106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1944-7106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15 -30)"^^geo:wktLiteral ;
  geo-pos:lat "15"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1944-7106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1944-7106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1944-7106'^^xsd:string;
  dwc:scientificName 'Exocoetus volitans (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Steward H. Wallgren'^^xsd:string;
  dwc:yearCollected '1944'^^xsd:integer;
  dwc:startYearCollected '1944'^^xsd:integer;
  dwc:endYearCollected '1944'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '15'^^xsd:integer;
  dwc:aphiaid '126385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1944-7106'^^xsd:anyURI;
  dwc:observationDate '1944-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '126385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1928-8352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1928-8352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1928-8352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1928-8352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 -28)"^^geo:wktLiteral ;
  geo-pos:lat "2"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1928-8352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1928-8352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1928-8352'^^xsd:string;
  dwc:scientificName 'Prionace glauca (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:startYearCollected '1922'^^xsd:integer;
  dwc:endYearCollected '1922'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28'^^xsd:integer;
  dwc:latitude '2'^^xsd:integer;
  dwc:aphiaid '105801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1928-8352'^^xsd:anyURI;
  dwc:observationDate '1922-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '105801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-7951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-7951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-7951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6833 -27.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-7951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6833 -27.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-56.6833"^^xsd:decimal ;
  geo-pos:long "-27.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-7951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1909-7951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1909-7951'^^xsd:string;
  dwc:scientificName 'Muraenolepis microps (, 1905)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'kapt. C. H. Larssen, S. Andersson'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:startYearCollected '1908'^^xsd:integer;
  dwc:endYearCollected '1908'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-27.1167'^^xsd:double;
  dwc:latitude '-56.6833'^^xsd:double;
  dwc:aphiaid '234742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1909-7951'^^xsd:anyURI;
  dwc:observationDate '1908-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '234742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1854-8001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1854-8001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1854-8001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1854-8001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17 -27)"^^geo:wktLiteral ;
  geo-pos:lat "17"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1854-8001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1854-8001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1854-8001'^^xsd:string;
  dwc:scientificName 'Nomeus gronovii (, 1789)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Kapt. H. B. Schntz'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '17'^^xsd:integer;
  dwc:aphiaid '126991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1854-8001'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-6603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-6603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-6603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -26.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57"^^xsd:decimal ;
  dwc:decimalLongitude "-26.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-6603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -26.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-57"^^xsd:decimal ;
  geo-pos:long "-26.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-6603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1909-6603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1909-6603'^^xsd:string;
  dwc:scientificName 'Harpagifer bispinis antarcticus (, 1947)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'kapt. C. H. Larssen, S. Andersson'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:startYearCollected '1908'^^xsd:integer;
  dwc:endYearCollected '1908'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-26.5833'^^xsd:double;
  dwc:latitude '-57'^^xsd:integer;
  dwc:aphiaid '323356'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1909-6603'^^xsd:anyURI;
  dwc:observationDate '1908-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '234825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6265'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6265'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6611'^^xsd:string;
  dwc:scientificName 'Leucochlamys jonassoni (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '318847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6611'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '272757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7697'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7697'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7696'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7696'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7695'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7695'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7699'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7699'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6251'^^xsd:string;
  dwc:scientificName 'Bassozetus taenia (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '126665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6251'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '126665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6264'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6264'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7698'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7698'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7694'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7694'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-5813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-5813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-5813'^^xsd:string;
  dwc:scientificName 'Holcomycteronus profundissimus (, 1913)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '272800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-5813'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '272800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6252'^^xsd:string;
  dwc:scientificName 'Bassozetus taenia (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '126665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6252'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '126665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5600"^^xsd:integer ;
  dwc:maximumDepthInMeters "5610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.6333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.6333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7693'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.6333'^^xsd:double;
  dwc:minimumDepth '5600'^^xsd:integer;
  dwc:maximumDepth '5610'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7693'^^xsd:anyURI;
  dwc:observationDate '1948-07-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6667 -25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6667 -25.5)"^^geo:wktLiteral ;
  geo-pos:lat "8.6667"^^xsd:decimal ;
  geo-pos:long "-25.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1913-6884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1913-6884'^^xsd:string;
  dwc:scientificName 'Cypselurus cyanopterus (, 1847)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Hilmer Skoogs Expedition'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:startYearCollected '1912'^^xsd:integer;
  dwc:endYearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25.5'^^xsd:double;
  dwc:latitude '8.6667'^^xsd:double;
  dwc:aphiaid '312457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1913-6884'^^xsd:anyURI;
  dwc:observationDate '1912-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '217862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6667 -25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6667 -25.5)"^^geo:wktLiteral ;
  geo-pos:lat "8.6667"^^xsd:decimal ;
  geo-pos:long "-25.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1913-7102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1913-7102'^^xsd:string;
  dwc:scientificName 'Exocoetus volitans (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Hilmer Skoogs Expedition'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:startYearCollected '1912'^^xsd:integer;
  dwc:endYearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25.5'^^xsd:double;
  dwc:latitude '8.6667'^^xsd:double;
  dwc:aphiaid '126385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1913-7102'^^xsd:anyURI;
  dwc:observationDate '1912-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '126385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6667 -25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6667 -25.5)"^^geo:wktLiteral ;
  geo-pos:lat "8.6667"^^xsd:decimal ;
  geo-pos:long "-25.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1913-7117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1913-7117'^^xsd:string;
  dwc:scientificName 'Exocoetus obtusirostris (, 1866)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Hilmer Skoogs Expedition'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:startYearCollected '1912'^^xsd:integer;
  dwc:endYearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25.5'^^xsd:double;
  dwc:latitude '8.6667'^^xsd:double;
  dwc:aphiaid '126384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1913-7117'^^xsd:anyURI;
  dwc:observationDate '1912-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '126384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  geo-pos:lat "71.2833"^^xsd:decimal ;
  geo-pos:long "-25.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2002-6061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2002-6061'^^xsd:string;
  dwc:scientificName 'Myoxocephalus scorpius groenlandicus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'S. LysTn'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Arctic'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'East Greenland'^^xsd:string;
  dwc:longitude '-25.2167'^^xsd:double;
  dwc:latitude '71.2833'^^xsd:double;
  dwc:aphiaid '322906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2002-6061'^^xsd:anyURI;
  dwc:observationDate '2002-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  geo-pos:lat "71.2833"^^xsd:decimal ;
  geo-pos:long "-25.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2002-6062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2002-6062'^^xsd:string;
  dwc:scientificName 'Gasterosteus aculeatus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'S. LysTn'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Arctic'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'East Greenland'^^xsd:string;
  dwc:longitude '-25.2167'^^xsd:double;
  dwc:latitude '71.2833'^^xsd:double;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2002-6062'^^xsd:anyURI;
  dwc:observationDate '2002-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  geo-pos:lat "71.2833"^^xsd:decimal ;
  geo-pos:long "-25.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2002-3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2002-3618'^^xsd:string;
  dwc:scientificName 'Lycodes reticulatus (, 1835)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Svante LysTn'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Arctic'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'East Greenland'^^xsd:string;
  dwc:longitude '-25.2167'^^xsd:double;
  dwc:latitude '71.2833'^^xsd:double;
  dwc:aphiaid '127112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2002-3618'^^xsd:anyURI;
  dwc:observationDate '2002-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127112'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  geo-pos:lat "71.2833"^^xsd:decimal ;
  geo-pos:long "-25.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2002-6060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2002-6060'^^xsd:string;
  dwc:scientificName 'Lycodes reticulatus (, 1835)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'S. LysTn'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Arctic'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'East Greenland'^^xsd:string;
  dwc:longitude '-25.2167'^^xsd:double;
  dwc:latitude '71.2833'^^xsd:double;
  dwc:aphiaid '127112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2002-6060'^^xsd:anyURI;
  dwc:observationDate '2002-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127112'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-25.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.2833 -25.2167)"^^geo:wktLiteral ;
  geo-pos:lat "71.2833"^^xsd:decimal ;
  geo-pos:long "-25.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2002-6850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2002-6850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2002-6850'^^xsd:string;
  dwc:scientificName 'Gymnocanthus tricuspis (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Svante LysTn'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Arctic'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:stateProvince 'East Greenland'^^xsd:string;
  dwc:longitude '-25.2167'^^xsd:double;
  dwc:latitude '71.2833'^^xsd:double;
  dwc:aphiaid '127198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2002-6850'^^xsd:anyURI;
  dwc:observationDate '2002-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-7124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-7124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-7124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3333 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-7124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3333 -25)"^^geo:wktLiteral ;
  geo-pos:lat "11.3333"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-7124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1912-7124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1912-7124'^^xsd:string;
  dwc:scientificName 'Exocoetus obtusirostris (, 1866)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:startYearCollected '1912'^^xsd:integer;
  dwc:endYearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '11.3333'^^xsd:double;
  dwc:aphiaid '126384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1912-7124'^^xsd:anyURI;
  dwc:observationDate '1912-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '126384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3333 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3333 -25)"^^geo:wktLiteral ;
  geo-pos:lat "11.3333"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-7118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1913-7118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1913-7118'^^xsd:string;
  dwc:scientificName 'Exocoetus obtusirostris (, 1866)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Hilmer Skoogs Expedition, No 24-26'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:startYearCollected '1912'^^xsd:integer;
  dwc:endYearCollected '1912'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '11.3333'^^xsd:double;
  dwc:aphiaid '126384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1913-7118'^^xsd:anyURI;
  dwc:observationDate '1912-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '126384'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 -24.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-24.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 -24.8833)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "-24.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-7615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-7615'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:startYearCollected '1931'^^xsd:integer;
  dwc:endYearCollected '1931'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-24.8833'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-7615'^^xsd:anyURI;
  dwc:observationDate '1931-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-91> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5 -23.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5 -23.5)"^^geo:wktLiteral ;
  geo-pos:lat "22.5"^^xsd:decimal ;
  geo-pos:long "-23.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-91'^^xsd:string;
  dwc:scientificName 'Carcharhinus longimanus (, 1861)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-23.5'^^xsd:double;
  dwc:latitude '22.5'^^xsd:double;
  dwc:aphiaid '105794'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-91'^^xsd:anyURI;
  dwc:observationDate '1948-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '105794'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4867"^^xsd:integer ;
  dwc:maximumDepthInMeters "4872"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  geo-pos:lat "22.5167"^^xsd:decimal ;
  geo-pos:long "-23.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6463'^^xsd:string;
  dwc:scientificName 'Chalinura profundicola (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-23.4667'^^xsd:double;
  dwc:latitude '22.5167'^^xsd:double;
  dwc:minimumDepth '4867'^^xsd:integer;
  dwc:maximumDepth '4872'^^xsd:integer;
  dwc:aphiaid '183053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6463'^^xsd:anyURI;
  dwc:observationDate '1948-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '272349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4867"^^xsd:integer ;
  dwc:maximumDepthInMeters "4872"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  geo-pos:lat "22.5167"^^xsd:decimal ;
  geo-pos:long "-23.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6464'^^xsd:string;
  dwc:scientificName 'Chalinura profundicola (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-23.4667'^^xsd:double;
  dwc:latitude '22.5167'^^xsd:double;
  dwc:minimumDepth '4867'^^xsd:integer;
  dwc:maximumDepth '4872'^^xsd:integer;
  dwc:aphiaid '183053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6464'^^xsd:anyURI;
  dwc:observationDate '1948-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '272349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4867"^^xsd:integer ;
  dwc:maximumDepthInMeters "4867"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  geo-pos:lat "22.5167"^^xsd:decimal ;
  geo-pos:long "-23.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6636'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-23.4667'^^xsd:double;
  dwc:latitude '22.5167'^^xsd:double;
  dwc:minimumDepth '4867'^^xsd:integer;
  dwc:maximumDepth '4867'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6636'^^xsd:anyURI;
  dwc:observationDate '1948-06-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.25 -20.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.25"^^xsd:decimal ;
  dwc:decimalLongitude "-20.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.25 -20.8833)"^^geo:wktLiteral ;
  geo-pos:lat "26.25"^^xsd:decimal ;
  geo-pos:long "-20.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-16537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-16537'^^xsd:string;
  dwc:scientificName 'Vinciguerria nimbaria (, 1895)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-20.8833'^^xsd:double;
  dwc:latitude '26.25'^^xsd:double;
  dwc:aphiaid '127303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-16537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '127303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.1833 -18.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5250"^^xsd:integer ;
  dwc:maximumDepthInMeters "5300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.1833 -18.8)"^^geo:wktLiteral ;
  geo-pos:lat "1.1833"^^xsd:decimal ;
  geo-pos:long "-18.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6596'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.8'^^xsd:double;
  dwc:latitude '1.1833'^^xsd:double;
  dwc:minimumDepth '5250'^^xsd:integer;
  dwc:maximumDepth '5300'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6596'^^xsd:anyURI;
  dwc:observationDate '1948-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-18.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5000"^^xsd:integer ;
  dwc:maximumDepthInMeters "5025"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-18.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6269'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.75'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:minimumDepth '5000'^^xsd:integer;
  dwc:maximumDepth '5025'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6269'^^xsd:anyURI;
  dwc:observationDate '1948-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-18.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5000"^^xsd:integer ;
  dwc:maximumDepthInMeters "5025"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-18.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7018'^^xsd:string;
  dwc:scientificName 'Echinomacrurus mollis (, 1916)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.75'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:minimumDepth '5000'^^xsd:integer;
  dwc:maximumDepth '5025'^^xsd:integer;
  dwc:aphiaid '126468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7018'^^xsd:anyURI;
  dwc:observationDate '1948-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-18.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5000"^^xsd:integer ;
  dwc:maximumDepthInMeters "5025"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-18.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6268'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.75'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:minimumDepth '5000'^^xsd:integer;
  dwc:maximumDepth '5025'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6268'^^xsd:anyURI;
  dwc:observationDate '1948-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-18.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5000"^^xsd:integer ;
  dwc:maximumDepthInMeters "5025"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -18.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-18.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7017'^^xsd:string;
  dwc:scientificName 'Echinomacrurus mollis (, 1916)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.75'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:minimumDepth '5000'^^xsd:integer;
  dwc:maximumDepth '5025'^^xsd:integer;
  dwc:aphiaid '126468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7017'^^xsd:anyURI;
  dwc:observationDate '1948-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5250"^^xsd:integer ;
  dwc:maximumDepthInMeters "5300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "-18.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6219'^^xsd:string;
  dwc:scientificName 'ella erikssoni (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.6667'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:minimumDepth '5250'^^xsd:integer;
  dwc:maximumDepth '5300'^^xsd:integer;
  dwc:aphiaid '126650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6219'^^xsd:anyURI;
  dwc:observationDate '1948-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5250"^^xsd:integer ;
  dwc:maximumDepthInMeters "5300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "-18.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6602'^^xsd:string;
  dwc:scientificName 'Porogadus abyssalis (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.6667'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:minimumDepth '5250'^^xsd:integer;
  dwc:maximumDepth '5300'^^xsd:integer;
  dwc:aphiaid '275634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6602'^^xsd:anyURI;
  dwc:observationDate '1948-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '275634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5250"^^xsd:integer ;
  dwc:maximumDepthInMeters "5300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "-18.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6261'^^xsd:string;
  dwc:scientificName 'Bathymicrops regis (, 1912)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-18.6667'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:minimumDepth '5250'^^xsd:integer;
  dwc:maximumDepth '5300'^^xsd:integer;
  dwc:aphiaid '126341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6261'^^xsd:anyURI;
  dwc:observationDate '1948-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1941-2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1941-2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1941-2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.4167 -17.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1941-2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.4167 -17.9333)"^^geo:wktLiteral ;
  geo-pos:lat "72.4167"^^xsd:decimal ;
  geo-pos:long "-17.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1941-2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1941-2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1941-2734'^^xsd:string;
  dwc:scientificName 'Triglops nybelini (, 1944)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Svenska Zoolog. Polarexpeditionen 1900'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Greenland'^^xsd:string;
  dwc:longitude '-17.9333'^^xsd:double;
  dwc:latitude '72.4167'^^xsd:double;
  dwc:aphiaid '127206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1941-2734'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127206'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6462'^^xsd:string;
  dwc:scientificName 'Chalinura profundicola (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '183053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6462'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '272349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4225"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7692'^^xsd:string;
  dwc:scientificName 'Lionurus carapinus euabyssalis n.ssp. ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4225'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '578136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7692'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6260'^^xsd:string;
  dwc:scientificName 'Bathymicrops regis (, 1912)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '126341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6260'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4225"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7864'^^xsd:string;
  dwc:scientificName 'Bathyonus laticeps (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4225'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '126666'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7864'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6461'^^xsd:string;
  dwc:scientificName 'Chalinura profundicola (, 1957)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '183053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6461'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '272349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6259'^^xsd:string;
  dwc:scientificName 'Bathymicrops regis (, 1912)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '126341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6259'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126341'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6263'^^xsd:string;
  dwc:scientificName 'Bathypterois longipes (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6263'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7993'^^xsd:string;
  dwc:scientificName 'Nematonurus armatus (, 1875)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '319561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7993'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '158952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4255"^^xsd:integer ;
  dwc:maximumDepthInMeters "4267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -17.65)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-17.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-6270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-6270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-6270'^^xsd:string;
  dwc:scientificName 'Bathysaurus mollis (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '4255'^^xsd:integer;
  dwc:maximumDepth '4267'^^xsd:integer;
  dwc:aphiaid '126370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-6270'^^xsd:anyURI;
  dwc:observationDate '1948-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-7629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-7629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-7629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.9 -17.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-7629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.9 -17.6333)"^^geo:wktLiteral ;
  geo-pos:lat "14.9"^^xsd:decimal ;
  geo-pos:long "-17.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-7629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1965-7629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1965-7629'^^xsd:string;
  dwc:scientificName 'Lamprogrammus exutus (, 1958)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:startYearCollected '1959'^^xsd:integer;
  dwc:endYearCollected '1959'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-17.6333'^^xsd:double;
  dwc:latitude '14.9'^^xsd:double;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:aphiaid '272802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1965-7629'^^xsd:anyURI;
  dwc:observationDate '1959-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '272802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -15.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -15.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-15.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6142'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6142'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7967'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7967'^^xsd:anyURI;
  dwc:observationDate '1946-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16266'^^xsd:string;
  dwc:scientificName 'Scomberesox saurus (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16266'^^xsd:anyURI;
  dwc:observationDate '1946-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '126392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6335'^^xsd:string;
  dwc:scientificName 'Callanthias ruber (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6335'^^xsd:anyURI;
  dwc:observationDate '1946-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6087'^^xsd:string;
  dwc:scientificName 'Anthias anthias (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6087'^^xsd:anyURI;
  dwc:observationDate '1946-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1910-5965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1910-5965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1910-5965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1333 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1365"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1910-5965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1333 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "28.1333"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1910-5965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1910-5965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1910-5965'^^xsd:string;
  dwc:scientificName 'Alepocephalus rostratus (, 1820)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:startYearCollected '1910'^^xsd:integer;
  dwc:endYearCollected '1910'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '28.1333'^^xsd:double;
  dwc:minimumDepth '1365'^^xsd:integer;
  dwc:aphiaid '126684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1910-5965'^^xsd:anyURI;
  dwc:observationDate '1910-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6816'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6816'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16534'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata (, 1838)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16534'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6129'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6129'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6123'^^xsd:string;
  dwc:scientificName 'Argyropelecus affinis (, 1899)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6123'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6928'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6928'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6817'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6817'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6140'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6140'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6131'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6131'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6479'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani (, 1801)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6479'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6130'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6130'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6279'^^xsd:string;
  dwc:scientificName 'Benthalbella infans (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '126365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6279'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6141'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6141'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "37.2"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7970'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae (, 1904)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '37.2'^^xsd:double;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7970'^^xsd:anyURI;
  dwc:observationDate '1946-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16533'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus (, 1871)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16533'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6480'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani (, 1801)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6480'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6491'^^xsd:string;
  dwc:scientificName 'Chiasmodon niger (, 1863)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126840'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6491'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6929'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6929'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7964'^^xsd:string;
  dwc:scientificName 'Diogenichthys atlanticus (, 1928)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7964'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16535'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata (, 1838)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16535'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16269'^^xsd:string;
  dwc:scientificName 'Scopelarchus analis (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16269'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6132'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6132'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6134'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6134'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6133'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6133'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6626'^^xsd:string;
  dwc:scientificName 'Melamphaes simus (, 1962)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6626'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127269'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7628'^^xsd:string;
  dwc:scientificName 'Lampanyctus pyrsobulus longipes ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '301530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7628'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '217717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6124'^^xsd:string;
  dwc:scientificName 'Argyropelecus affinis (, 1899)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6124'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6826'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6826'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16532'^^xsd:string;
  dwc:scientificName 'Valenciennellus tripunctulatus (, 1871)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16532'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127316'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7972'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae (, 1904)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7972'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7624'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus (, 1890)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7624'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6825'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6825'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7667'^^xsd:string;
  dwc:scientificName 'Leptocephalus synaphobranchi kaupi ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '158956'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7667'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '158956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7666'^^xsd:string;
  dwc:scientificName 'Leptocephalus pseudo-latissimus ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '314813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7666'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7971'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae (, 1904)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7971'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7623'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus (, 1890)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7623'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7622'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus (, 1890)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7622'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7665'^^xsd:string;
  dwc:scientificName 'Leptocephalus anguillae anguillae ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7665'^^xsd:anyURI;
  dwc:observationDate '1946-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6930'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-13.0833'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6930'^^xsd:anyURI;
  dwc:observationDate '1946-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.05"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-8266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-8266'^^xsd:string;
  dwc:scientificName 'Pleuragramma antarcticum (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ove Wilson'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:startYearCollected '1950'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'South Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '-71.05'^^xsd:double;
  dwc:aphiaid '234721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-8266'^^xsd:anyURI;
  dwc:observationDate '1950-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '234721'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.05"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-6445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-6445'^^xsd:string;
  dwc:scientificName 'Chaenodraco wilsoni (, 1914)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ove Wilson'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:startYearCollected '1950'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '-71.05'^^xsd:double;
  dwc:aphiaid '234609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-6445'^^xsd:anyURI;
  dwc:observationDate '1950-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '234609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-16484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-16484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-16484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-16484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.05"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-16484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-16484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-16484'^^xsd:string;
  dwc:scientificName 'Trematomus lepidorhinus (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ove Wilson'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:startYearCollected '1950'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '-71.05'^^xsd:double;
  dwc:aphiaid '234770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-16484'^^xsd:anyURI;
  dwc:observationDate '1950-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '234770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.05"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-6969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-6969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-6969'^^xsd:string;
  dwc:scientificName 'Dissostichus mawsoni (, 1937)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ove Wilson'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:startYearCollected '1950'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '-71.05'^^xsd:double;
  dwc:aphiaid '234836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-6969'^^xsd:anyURI;
  dwc:observationDate '1950-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '234836'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.05 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.05"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1952-8265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1952-8265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1952-8265'^^xsd:string;
  dwc:scientificName 'Pleuragramma antarcticum (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ove Wilson'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:startYearCollected '1950'^^xsd:integer;
  dwc:endYearCollected '1950'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'South Atlantic'^^xsd:string;
  dwc:country 'Antarctica'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '-71.05'^^xsd:double;
  dwc:aphiaid '234721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1952-8265'^^xsd:anyURI;
  dwc:observationDate '1950-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '234721'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6138'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6138'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6476'^^xsd:string;
  dwc:scientificName 'Chauliodus danae ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6476'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7955'^^xsd:string;
  dwc:scientificName 'Hygophum benoiti (, 1838)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7955'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6831'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6831'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6143'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6143'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-8160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-8160'^^xsd:string;
  dwc:scientificName 'Paralepis coregonoides (, 1820)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-8160'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6619'^^xsd:string;
  dwc:scientificName 'Leucobrotula adipata (, 1952)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6619'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7959'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale (, 1837)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7959'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6932'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6932'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7576'^^xsd:string;
  dwc:scientificName 'Idiacanthus fasciola (, 1877)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127354'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7576'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7617'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7617'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1948-7072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1948-7072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1948-7072'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides (, 1882)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1948-7072'^^xsd:anyURI;
  dwc:observationDate '1948-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7382'^^xsd:string;
  dwc:scientificName 'Gonostoma bathyphilum (, 1888)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7382'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '398363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6839'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6839'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7841'^^xsd:string;
  dwc:scientificName 'Melamphaes typhlops (, 1843)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7841'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16344'^^xsd:string;
  dwc:scientificName 'Sternoptyx diaphana (, 1781)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16344'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6137'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6137'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-8161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-8161'^^xsd:string;
  dwc:scientificName 'Paralepis coregonoides (, 1820)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-8161'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16270'^^xsd:string;
  dwc:scientificName 'Scopelarchus analis (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16270'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16345'^^xsd:string;
  dwc:scientificName 'Sternoptyx diaphana (, 1781)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16345'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6840'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6840'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7965'^^xsd:string;
  dwc:scientificName 'Diogenichthys atlanticus (, 1928)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7965'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7626'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus (, 1890)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7626'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6844'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6844'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7974'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae (, 1904)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7974'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-8375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-8375'^^xsd:string;
  dwc:scientificName 'Pseudoscopelus altipinnis (, 1933)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-8375'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6838'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6838'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7969'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7969'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6484'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani (, 1801)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6484'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7618'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7618'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4333 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.4333"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6830'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '38.4333'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6830'^^xsd:anyURI;
  dwc:observationDate '1946-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-5271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-5271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-5271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 -10.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-5271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 -10.6167)"^^geo:wktLiteral ;
  geo-pos:lat "58"^^xsd:decimal ;
  geo-pos:long "-10.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-5271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1909-5271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1909-5271'^^xsd:string;
  dwc:scientificName 'Chimaera monstrosa (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:startYearCollected '1909'^^xsd:integer;
  dwc:endYearCollected '1909'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '-10.6167'^^xsd:double;
  dwc:latitude '58'^^xsd:integer;
  dwc:aphiaid '105824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1909-5271'^^xsd:anyURI;
  dwc:observationDate '1909-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7291'^^xsd:string;
  dwc:scientificName 'Gigantactis sp. (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '125798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7291'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '125798'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7620'^^xsd:string;
  dwc:scientificName 'Lampanyctus intricarius (, 1928)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7620'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6836'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6836'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6837'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6837'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6605'^^xsd:string;
  dwc:scientificName 'Rhadinesthes jacobssoni (, 1947)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '306763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6605'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6086'^^xsd:string;
  dwc:scientificName 'Anotopterus pharao (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6086'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7963'^^xsd:string;
  dwc:scientificName 'Loweina interrupta (, 1928)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7963'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6828'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6828'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7973'^^xsd:string;
  dwc:scientificName 'Notolychnus valdiviae (, 1904)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7973'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6829'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6829'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7625'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus (, 1890)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7625'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6835'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6835'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6136'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6136'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7844'^^xsd:string;
  dwc:scientificName 'Scopeloberyx robustus (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7844'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7954'^^xsd:string;
  dwc:scientificName 'Hygophum benoiti (, 1838)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7954'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7968'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7968'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6483'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani (, 1801)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6483'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7386'^^xsd:string;
  dwc:scientificName 'Gonostoma elongatum (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7386'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '221512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6931'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6931'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16536'^^xsd:string;
  dwc:scientificName 'Vinciguerria attenuata (, 1838)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '127302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16536'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7616'^^xsd:string;
  dwc:scientificName 'Lampanyctus crocodilus (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7616'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.4167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6281'^^xsd:string;
  dwc:scientificName 'Benthalbella infans (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '38.4167'^^xsd:double;
  dwc:aphiaid '126365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6281'^^xsd:anyURI;
  dwc:observationDate '1946-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7637'^^xsd:string;
  dwc:scientificName 'Lophodolus acanthognathus (, 1925)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '318927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7637'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6481'^^xsd:string;
  dwc:scientificName 'Chauliodus sloani (, 1801)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '127338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6481'^^xsd:anyURI;
  dwc:observationDate '1948-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127338'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6135'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6135'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6827'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6827'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6280'^^xsd:string;
  dwc:scientificName 'Benthalbella infans (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '126365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6280'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6834'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6834'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6843'^^xsd:string;
  dwc:scientificName 'Cyclothone pallida (, 1902)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '127288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6843'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "36.2"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6846'^^xsd:string;
  dwc:scientificName 'Cyema atrum (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:aphiaid '127164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6846'^^xsd:anyURI;
  dwc:observationDate '1946-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '127164'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6845'^^xsd:string;
  dwc:scientificName 'Cyema atrum (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '127164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6845'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127164'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7614'^^xsd:string;
  dwc:scientificName 'Nannobrachium atrum (, 1928)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '158909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7614'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126611'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16365'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupii (, 1862)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16365'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7388'^^xsd:string;
  dwc:scientificName 'Grenurus nirundo ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7388'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7387'^^xsd:string;
  dwc:scientificName 'Grenurus flagellicanda ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '318248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7387'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '221505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16364'^^xsd:string;
  dwc:scientificName 'Synaphobranchus kaupii (, 1862)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16364'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6453'^^xsd:string;
  dwc:scientificName 'Chalinura gnntheri ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '309734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6453'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '158958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6587'^^xsd:string;
  dwc:scientificName 'Conocara werneri (, 1947)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126699'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6587'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126699'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7468'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7468'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6456'^^xsd:string;
  dwc:scientificName 'Chalinura murrayi europaea ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '578133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6456'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '183099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7465'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7465'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7464'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7464'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6128'^^xsd:string;
  dwc:scientificName 'Argyropelecus hemigymnus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '127309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6128'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7466'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7466'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6606'^^xsd:string;
  dwc:scientificName 'Bathypterois grallator (, 1886)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6606'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7071'^^xsd:string;
  dwc:scientificName 'Eurypharynx pelecanoides (, 1882)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '127165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7071'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6396'^^xsd:string;
  dwc:scientificName 'Rouleina attrita (, 1888)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6396'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7467'^^xsd:string;
  dwc:scientificName 'Halosauropsis macrochir (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7467'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16343'^^xsd:string;
  dwc:scientificName 'Sternoptyx diaphana (, 1781)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '127314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16343'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '127314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6250'^^xsd:string;
  dwc:scientificName 'Spectrunculus grandis (, 1877)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '126678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6250'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6458'^^xsd:string;
  dwc:scientificName 'Chalinura murrayi europaea ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '578133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6458'^^xsd:anyURI;
  dwc:observationDate '1946-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '183099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1998-595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1998-595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1998-595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6667 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1998-595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6667 -8)"^^geo:wktLiteral ;
  geo-pos:lat "57.6667"^^xsd:decimal ;
  geo-pos:long "-8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1998-595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1998-595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1998-595'^^xsd:string;
  dwc:scientificName 'Nemichthys scolopaceus (, 1848)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ove Angsberg'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:latitude '57.6667'^^xsd:double;
  dwc:aphiaid '126306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1998-595'^^xsd:anyURI;
  dwc:observationDate '1998-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6841'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6841'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6933'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6933'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6842'^^xsd:string;
  dwc:scientificName 'Cyclothone microdon (, 1878)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '127286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6842'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127286'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16362'^^xsd:string;
  dwc:scientificName 'Stomias boa ferox (, 1842)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '158737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16362'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '306769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7619'^^xsd:string;
  dwc:scientificName 'Notoscopelus elongatus (, 1844)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '158915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7619'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '158915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6144'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6144'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16542'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei (, 1884)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16542'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7960'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale (, 1837)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7960'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-8162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-8162'^^xsd:string;
  dwc:scientificName 'Paralepis coregonoides (, 1820)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '126361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-8162'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16541'^^xsd:string;
  dwc:scientificName 'Xenodermichthys copei (, 1884)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '126714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16541'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7627'^^xsd:string;
  dwc:scientificName 'Lampanyctus pusillus (, 1890)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '126619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7627'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7843'^^xsd:string;
  dwc:scientificName 'Scopelogadus beanii (, 1887)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '127278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7843'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-8165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-8165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-8165'^^xsd:string;
  dwc:scientificName 'Paralepis rissoi kr÷yeri ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '298172'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-8165'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6934'^^xsd:string;
  dwc:scientificName 'Lobianchia dofleini (, 1911)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '158900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6934'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '158900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6832'^^xsd:string;
  dwc:scientificName 'Cyclothone braueri (, 1926)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.7833'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '127284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6832'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127284'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "35.5667"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7551'^^xsd:string;
  dwc:scientificName 'Hoplostethus mediterraneus (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '35.5667'^^xsd:double;
  dwc:aphiaid '126404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7551'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "35.5667"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7141'^^xsd:string;
  dwc:scientificName 'Gadiculus argenteus (, 1850)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '35.5667'^^xsd:double;
  dwc:aphiaid '126435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7141'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "35.5667"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16274'^^xsd:string;
  dwc:scientificName 'Helicolenus dactylopterus (, 1809)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '35.5667'^^xsd:double;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16274'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5833 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5833 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "35.5833"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7641'^^xsd:string;
  dwc:scientificName 'Lepidopus caudatus (, 1788)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '35.5833'^^xsd:double;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7641'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7383'^^xsd:string;
  dwc:scientificName 'Gonostoma bathyphilum (, 1888)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '127294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7383'^^xsd:anyURI;
  dwc:observationDate '1946-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '398363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -6.2)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-6.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-16278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-16278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-16278'^^xsd:string;
  dwc:scientificName 'Scorpaena scrofa (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '127248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-16278'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '127248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -6.2)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-6.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-7381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-7381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-7381'^^xsd:string;
  dwc:scientificName 'Gobius sp. (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '125988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-7381'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '125988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7167 -6.2)"^^geo:wktLiteral ;
  geo-pos:lat "35.7167"^^xsd:decimal ;
  geo-pos:long "-6.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-6148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-6148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-6148'^^xsd:string;
  dwc:scientificName 'Arnoglossus imperialis (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:latitude '35.7167'^^xsd:double;
  dwc:aphiaid '127124'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-6148'^^xsd:anyURI;
  dwc:observationDate '1946-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '127124'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1943-7966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1943-7966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1943-7966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9583 -5.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9583"^^xsd:decimal ;
  dwc:decimalLongitude "-5.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1943-7966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9583 -5.35)"^^geo:wktLiteral ;
  geo-pos:lat "35.9583"^^xsd:decimal ;
  geo-pos:long "-5.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1943-7966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1943-7966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1943-7966'^^xsd:string;
  dwc:scientificName 'Myctophum punctatum (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:startYearCollected '1928'^^xsd:integer;
  dwc:endYearCollected '1928'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-5.35'^^xsd:double;
  dwc:latitude '35.9583'^^xsd:double;
  dwc:aphiaid '126627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1943-7966'^^xsd:anyURI;
  dwc:observationDate '1928-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-8163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-8163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-8163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.5 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.5"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-8163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.5 -5)"^^geo:wktLiteral ;
  geo-pos:lat "-55.5"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-8163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-8163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-8163'^^xsd:string;
  dwc:scientificName 'Paralepis coatsi ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Johan T. Ruud'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:startYearCollected '1929'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'South Atlantic'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '-55.5'^^xsd:double;
  dwc:aphiaid '234695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-8163'^^xsd:anyURI;
  dwc:observationDate '1929-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '234695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7667 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7667 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "60.7667"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-7958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-7958'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale (, 1837)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector '"Dana" exp.'^^xsd:string;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:startYearCollected '1927'^^xsd:integer;
  dwc:endYearCollected '1927'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '60.7667'^^xsd:double;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-7958'^^xsd:anyURI;
  dwc:observationDate '1927-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -3.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6667 -3.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.6667"^^xsd:decimal ;
  geo-pos:long "-3.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-7621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-7621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-7621'^^xsd:string;
  dwc:scientificName 'Ceratoscopelus maderensis (, 1839)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:startYearCollected '1909'^^xsd:integer;
  dwc:endYearCollected '1909'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-3.5'^^xsd:double;
  dwc:latitude '36.6667'^^xsd:double;
  dwc:aphiaid '126585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-7621'^^xsd:anyURI;
  dwc:observationDate '1909-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '126585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -3.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.35"^^xsd:decimal ;
  dwc:decimalLongitude "-3.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -3.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.35"^^xsd:decimal ;
  geo-pos:long "-3.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1945-16361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1945-16361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1945-16361'^^xsd:string;
  dwc:scientificName 'Stomias boa boa (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:startYearCollected '1930'^^xsd:integer;
  dwc:endYearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-3.1'^^xsd:double;
  dwc:latitude '36.35'^^xsd:double;
  dwc:aphiaid '234601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1945-16361'^^xsd:anyURI;
  dwc:observationDate '1930-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -2.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.755"^^xsd:decimal ;
  dwc:decimalLongitude "-2.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -2.0233)"^^geo:wktLiteral ;
  geo-pos:lat "66.755"^^xsd:decimal ;
  geo-pos:long "-2.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-347'^^xsd:gYearMonth;
  dwc:scientificName 'Paralepis atlantica (, 1868)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-2.0233'^^xsd:double;
  dwc:latitude '66.755'^^xsd:double;
  dwc:aphiaid '299959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-347'^^xsd:anyURI;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -2.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.755"^^xsd:decimal ;
  dwc:decimalLongitude "-2.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -2.0233)"^^geo:wktLiteral ;
  geo-pos:lat "66.755"^^xsd:decimal ;
  geo-pos:long "-2.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-348'^^xsd:gYearMonth;
  dwc:scientificName 'Notolepis rissoi (, 1840)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-2.0233'^^xsd:double;
  dwc:latitude '66.755'^^xsd:double;
  dwc:aphiaid '147037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-348'^^xsd:anyURI;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.4667 -1.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.4667 -1.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.4667"^^xsd:decimal ;
  geo-pos:long "-1.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-7961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-7961'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale (, 1837)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:startYearCollected '1939'^^xsd:integer;
  dwc:endYearCollected '1939'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '-1.8'^^xsd:double;
  dwc:latitude '61.4667'^^xsd:double;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-7961'^^xsd:anyURI;
  dwc:observationDate '1939-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2183 -1.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2183 -1.035)"^^geo:wktLiteral ;
  geo-pos:lat "67.2183"^^xsd:decimal ;
  geo-pos:long "-1.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-355'^^xsd:gYearMonth;
  dwc:scientificName 'Anarhichas denticulatus (, 1845)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-1.035'^^xsd:double;
  dwc:latitude '67.2183'^^xsd:double;
  dwc:aphiaid '126757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-355'^^xsd:anyURI;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1927-7962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1927-7962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1927-7962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.85 1.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.85"^^xsd:decimal ;
  dwc:decimalLongitude "1.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1927-7962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.85 1.2333)"^^geo:wktLiteral ;
  geo-pos:lat "64.85"^^xsd:decimal ;
  geo-pos:long "1.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1927-7962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1927-7962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1927-7962'^^xsd:string;
  dwc:scientificName 'Benthosema glaciale (, 1837)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:startYearCollected '1927'^^xsd:integer;
  dwc:endYearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.2333'^^xsd:double;
  dwc:latitude '64.85'^^xsd:double;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1927-7962'^^xsd:anyURI;
  dwc:observationDate '1927-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7383 1.7283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7383"^^xsd:decimal ;
  dwc:decimalLongitude "1.7283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7383 1.7283)"^^geo:wktLiteral ;
  geo-pos:lat "68.7383"^^xsd:decimal ;
  geo-pos:long "1.7283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-349'^^xsd:gYearMonth;
  dwc:scientificName 'Notolepis rissoi (, 1840)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '1.7283'^^xsd:double;
  dwc:latitude '68.7383'^^xsd:double;
  dwc:aphiaid '147037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-349'^^xsd:anyURI;
  dwc:observationDate '1997-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7383 1.7283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7383"^^xsd:decimal ;
  dwc:decimalLongitude "1.7283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7383 1.7283)"^^geo:wktLiteral ;
  geo-pos:lat "68.7383"^^xsd:decimal ;
  geo-pos:long "1.7283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-350'^^xsd:gYearMonth;
  dwc:scientificName 'Notolepis rissoi (, 1840)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '1.7283'^^xsd:double;
  dwc:latitude '68.7383'^^xsd:double;
  dwc:aphiaid '147037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-350'^^xsd:anyURI;
  dwc:observationDate '1997-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "59.25"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1965-456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1965-456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1965-456'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Skeppare Lennart Andreasson'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:startYearCollected '1965'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '59.25'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1965-456'^^xsd:anyURI;
  dwc:observationDate '1965-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1959-2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1959-2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1959-2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1959-2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "59.25"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1959-2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1959-2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1959-2517'^^xsd:string;
  dwc:scientificName 'Schedophilus medusophagus (, 1839)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:startYearCollected '1959'^^xsd:integer;
  dwc:endYearCollected '1959'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '59.25'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:aphiaid '126833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1959-2517'^^xsd:anyURI;
  dwc:observationDate '1959-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252"^^xsd:integer ;
  dwc:maximumDepthInMeters "306"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 3)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1967-341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1967-341'^^xsd:gYearMonth;
  dwc:scientificName 'Trigla lyra (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Gunnar Karlsson, KSring÷n'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:startYearCollected '1967'^^xsd:integer;
  dwc:endYearCollected '1967'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '60'^^xsd:integer;
  dwc:minimumDepth '252'^^xsd:integer;
  dwc:maximumDepth '306'^^xsd:integer;
  dwc:aphiaid '127266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1967-341'^^xsd:anyURI;
  dwc:observationDate '1967-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '127266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5833 3.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.5833"^^xsd:decimal ;
  dwc:decimalLongitude "3.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5833 3.3333)"^^geo:wktLiteral ;
  geo-pos:lat "59.5833"^^xsd:decimal ;
  geo-pos:long "3.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1967-337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1967-337'^^xsd:gYearMonth;
  dwc:scientificName 'Macroramphosus scolopax (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Skeppare Harald Karlsson'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.3333'^^xsd:double;
  dwc:latitude '59.5833'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1967-337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5833 3.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.5833"^^xsd:decimal ;
  dwc:decimalLongitude "3.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5833 3.3333)"^^geo:wktLiteral ;
  geo-pos:lat "59.5833"^^xsd:decimal ;
  geo-pos:long "3.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1967-336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1967-336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1967-336'^^xsd:gYearMonth;
  dwc:scientificName 'Gaidropsarus vulgaris (, 1824)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Skeppare Harald Karlsson'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.3333'^^xsd:double;
  dwc:latitude '59.5833'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:aphiaid '126458'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1967-336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '126458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-7779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-7779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-7779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4167 3.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.4167"^^xsd:decimal ;
  dwc:decimalLongitude "3.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "162"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-7779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4167 3.5)"^^geo:wktLiteral ;
  geo-pos:lat "59.4167"^^xsd:decimal ;
  geo-pos:long "3.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-7779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1961-7779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1961-7779'^^xsd:string;
  dwc:scientificName 'Macroramphosus scolopax (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.5'^^xsd:double;
  dwc:latitude '59.4167'^^xsd:double;
  dwc:minimumDepth '162'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1961-7779'^^xsd:anyURI;
  dwc:observationDate '1961-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.65 3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.65"^^xsd:decimal ;
  dwc:decimalLongitude "3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.65 3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "59.65"^^xsd:decimal ;
  geo-pos:long "3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-7140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-7140'^^xsd:string;
  dwc:scientificName 'Gadiculus argenteus thori (, 1914)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '3.5833'^^xsd:double;
  dwc:latitude '59.65'^^xsd:double;
  dwc:aphiaid '156094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-7140'^^xsd:anyURI;
  dwc:observationDate '1925-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '300719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.15 4.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.15"^^xsd:decimal ;
  dwc:decimalLongitude "4.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.15 4.9167)"^^geo:wktLiteral ;
  geo-pos:lat "59.15"^^xsd:decimal ;
  geo-pos:long "4.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-7144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-7144'^^xsd:string;
  dwc:scientificName 'Trisopterus esmarkii (, 1855)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '4.9167'^^xsd:double;
  dwc:latitude '59.15'^^xsd:double;
  dwc:aphiaid '126444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-7144'^^xsd:anyURI;
  dwc:observationDate '1925-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '126444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-2680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-2680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-2680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2167 5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2167"^^xsd:decimal ;
  dwc:decimalLongitude "5.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-2680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2167 5.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.2167"^^xsd:decimal ;
  geo-pos:long "5.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-2680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1981-2680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1981-2680'^^xsd:string;
  dwc:scientificName 'Dicentrarchus labrax (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Douglas S÷rensson'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '5.4'^^xsd:double;
  dwc:latitude '57.2167'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '126975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1981-2680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '126975'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 5.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 5.6167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "5.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16548'^^xsd:string;
  dwc:scientificName 'Argyropelecus olfersi (, 1829)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Trslbst Orion'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '5.6167'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '127310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16548'^^xsd:anyURI;
  dwc:observationDate '2005-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '274967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-16275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-16275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-16275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.325 5.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.325"^^xsd:decimal ;
  dwc:decimalLongitude "5.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-16275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.325 5.975)"^^geo:wktLiteral ;
  geo-pos:lat "5.325"^^xsd:decimal ;
  geo-pos:long "5.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-16275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-16275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-16275'^^xsd:string;
  dwc:scientificName 'Helicolenus dactylopterus (, 1809)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '5.975'^^xsd:double;
  dwc:latitude '5.325'^^xsd:double;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-16275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-6154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-6154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-6154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.325 5.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.325"^^xsd:decimal ;
  dwc:decimalLongitude "5.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-6154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.325 5.975)"^^geo:wktLiteral ;
  geo-pos:lat "58.325"^^xsd:decimal ;
  geo-pos:long "5.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-6154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-6154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-6154'^^xsd:string;
  dwc:scientificName 'Artediellus uncinatus (, 1835)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '5.975'^^xsd:double;
  dwc:latitude '58.325'^^xsd:double;
  dwc:aphiaid '127195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-6154'^^xsd:anyURI;
  dwc:observationDate '1925-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.325 5.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.325"^^xsd:decimal ;
  dwc:decimalLongitude "5.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.325 5.975)"^^geo:wktLiteral ;
  geo-pos:lat "58.325"^^xsd:decimal ;
  geo-pos:long "5.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-7758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-7758'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '5.975'^^xsd:double;
  dwc:latitude '58.325'^^xsd:double;
  dwc:aphiaid '127118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-7758'^^xsd:anyURI;
  dwc:observationDate '1925-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6833 6.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6833"^^xsd:decimal ;
  dwc:decimalLongitude "6.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6833 6.2667)"^^geo:wktLiteral ;
  geo-pos:lat "57.6833"^^xsd:decimal ;
  geo-pos:long "6.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16421'^^xsd:string;
  dwc:scientificName 'Macroramphosus scolopax (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orion, via Terese Johannesson, Gbg Fiskeauktion'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '6.2667'^^xsd:double;
  dwc:latitude '57.6833'^^xsd:double;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16421'^^xsd:anyURI;
  dwc:observationDate '2005-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1987-16658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1987-16658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1987-16658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 6.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5833"^^xsd:decimal ;
  dwc:decimalLongitude "6.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1987-16658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 6.3667)"^^geo:wktLiteral ;
  geo-pos:lat "57.5833"^^xsd:decimal ;
  geo-pos:long "6.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1987-16658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1987-16658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1987-16658'^^xsd:string;
  dwc:scientificName 'Hexanchus griseus (, 1788)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Skeppare Bo Johansson'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '6.3667'^^xsd:double;
  dwc:latitude '57.5833'^^xsd:double;
  dwc:minimumDepth '144'^^xsd:integer;
  dwc:aphiaid '105833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1987-16658'^^xsd:anyURI;
  dwc:observationDate '1987-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '105833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-77> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.615 6.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.615"^^xsd:decimal ;
  dwc:decimalLongitude "6.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.615 6.7467)"^^geo:wktLiteral ;
  geo-pos:lat "57.615"^^xsd:decimal ;
  geo-pos:long "6.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1989-77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1989-77'^^xsd:string;
  dwc:scientificName 'Macroramphosus scolopax (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Alvar Christensson'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '6.7467'^^xsd:double;
  dwc:latitude '57.615'^^xsd:double;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1989-77'^^xsd:anyURI;
  dwc:observationDate '1989-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5 7.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5"^^xsd:decimal ;
  dwc:decimalLongitude "7.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5 7.1667)"^^geo:wktLiteral ;
  geo-pos:lat "57.5"^^xsd:decimal ;
  geo-pos:long "7.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1989-6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1989-6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1989-6098'^^xsd:string;
  dwc:scientificName 'Centrolophus niger (, 1789)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Karl-Arne Jonsson'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '7.1667'^^xsd:double;
  dwc:latitude '57.5'^^xsd:double;
  dwc:aphiaid '126831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1989-6098'^^xsd:anyURI;
  dwc:observationDate '1989-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '126831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 7.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "7.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 7.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "7.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-1650'^^xsd:string;
  dwc:scientificName 'Triglops murrayi (, 1888)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '7.9167'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:aphiaid '127205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-1650'^^xsd:anyURI;
  dwc:observationDate '1925-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 7.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "7.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 7.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "7.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-1884'^^xsd:string;
  dwc:scientificName 'Agonus cataphractus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '7.9167'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-1884'^^xsd:anyURI;
  dwc:observationDate '1925-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 8.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5833"^^xsd:decimal ;
  dwc:decimalLongitude "8.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 8.5333)"^^geo:wktLiteral ;
  geo-pos:lat "57.5833"^^xsd:decimal ;
  geo-pos:long "8.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-1648'^^xsd:string;
  dwc:scientificName 'Triglops murrayi (, 1888)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '8.5333'^^xsd:double;
  dwc:latitude '57.5833'^^xsd:double;
  dwc:aphiaid '127205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-1648'^^xsd:anyURI;
  dwc:observationDate '1925-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 8.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5833"^^xsd:decimal ;
  dwc:decimalLongitude "8.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 8.5333)"^^geo:wktLiteral ;
  geo-pos:lat "57.5833"^^xsd:decimal ;
  geo-pos:long "8.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-1882'^^xsd:string;
  dwc:scientificName 'Agonus cataphractus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '8.5333'^^xsd:double;
  dwc:latitude '57.5833'^^xsd:double;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-1882'^^xsd:anyURI;
  dwc:observationDate '1925-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1833 8.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1833"^^xsd:decimal ;
  dwc:decimalLongitude "8.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1833 8.7667)"^^geo:wktLiteral ;
  geo-pos:lat "58.1833"^^xsd:decimal ;
  geo-pos:long "8.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1898-4886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1898-4886'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '8.7667'^^xsd:double;
  dwc:latitude '58.1833'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1898-4886'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1933-3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1933-3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1933-3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.525 8.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.525"^^xsd:decimal ;
  dwc:decimalLongitude "8.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1933-3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.525 8.8333)"^^geo:wktLiteral ;
  geo-pos:lat "57.525"^^xsd:decimal ;
  geo-pos:long "8.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1933-3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1933-3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1933-3370'^^xsd:string;
  dwc:scientificName 'Melanogrammus aeglefinus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:startYearCollected '1933'^^xsd:integer;
  dwc:endYearCollected '1933'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '8.8333'^^xsd:double;
  dwc:latitude '57.525'^^xsd:double;
  dwc:aphiaid '126437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1933-3370'^^xsd:anyURI;
  dwc:observationDate '1933-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '126437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3167 8.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3167"^^xsd:decimal ;
  dwc:decimalLongitude "8.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3167 8.9)"^^geo:wktLiteral ;
  geo-pos:lat "58.3167"^^xsd:decimal ;
  geo-pos:long "8.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-1883'^^xsd:string;
  dwc:scientificName 'Agonus cataphractus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '8.9'^^xsd:double;
  dwc:latitude '58.3167'^^xsd:double;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-1883'^^xsd:anyURI;
  dwc:observationDate '1925-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.345 9.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.345"^^xsd:decimal ;
  dwc:decimalLongitude "9.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.345 9.615)"^^geo:wktLiteral ;
  geo-pos:lat "58.345"^^xsd:decimal ;
  geo-pos:long "9.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1947-3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1947-3866'^^xsd:string;
  dwc:scientificName 'Coryphaenoides rupestris (, 1765)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:startYearCollected '1947'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.615'^^xsd:double;
  dwc:latitude '58.345'^^xsd:double;
  dwc:aphiaid '158960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1947-3866'^^xsd:anyURI;
  dwc:observationDate '1947-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.345 9.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.345"^^xsd:decimal ;
  dwc:decimalLongitude "9.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "596"^^xsd:integer ;
  dwc:maximumDepthInMeters "644"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.345 9.615)"^^geo:wktLiteral ;
  geo-pos:lat "58.345"^^xsd:decimal ;
  geo-pos:long "9.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1947-3922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1947-3922'^^xsd:string;
  dwc:scientificName 'Lycenchelys sarsi (, 1871)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:startYearCollected '1947'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '9.615'^^xsd:double;
  dwc:latitude '58.345'^^xsd:double;
  dwc:minimumDepth '596'^^xsd:integer;
  dwc:maximumDepth '644'^^xsd:integer;
  dwc:aphiaid '298206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1947-3922'^^xsd:anyURI;
  dwc:observationDate '1947-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '127101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.345 9.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.345"^^xsd:decimal ;
  dwc:decimalLongitude "9.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.345 9.615)"^^geo:wktLiteral ;
  geo-pos:lat "58.345"^^xsd:decimal ;
  geo-pos:long "9.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1947-3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1947-3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1947-3865'^^xsd:string;
  dwc:scientificName 'Coryphaenoides rupestris (, 1765)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Orvar Nybelin'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:startYearCollected '1947'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.615'^^xsd:double;
  dwc:latitude '58.345'^^xsd:double;
  dwc:aphiaid '158960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1947-3865'^^xsd:anyURI;
  dwc:observationDate '1947-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.7467 9.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.7467"^^xsd:decimal ;
  dwc:decimalLongitude "9.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.7467 9.73)"^^geo:wktLiteral ;
  geo-pos:lat "66.7467"^^xsd:decimal ;
  geo-pos:long "9.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-354'^^xsd:gYearMonth;
  dwc:scientificName 'Sebastes viviparus (, 1845)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '9.73'^^xsd:double;
  dwc:latitude '66.7467'^^xsd:double;
  dwc:aphiaid '127255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-354'^^xsd:anyURI;
  dwc:observationDate '1997-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '127255'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-3923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-3923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-3923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 9.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.17"^^xsd:decimal ;
  dwc:decimalLongitude "9.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-3923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 9.7617)"^^geo:wktLiteral ;
  geo-pos:lat "58.17"^^xsd:decimal ;
  geo-pos:long "9.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-3923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1971-3923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1971-3923'^^xsd:string;
  dwc:scientificName 'Lycenchelys sarsi (, 1871)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Jan Thulin'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.7617'^^xsd:double;
  dwc:latitude '58.17'^^xsd:double;
  dwc:aphiaid '298206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1971-3923'^^xsd:anyURI;
  dwc:observationDate '1971-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '127101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1926-3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1926-3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1926-3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1926-3581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "57.8167"^^xsd:decimal ;
  geo-pos:long "9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1926-3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1926-3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1926-3581'^^xsd:string;
  dwc:scientificName 'Trisopterus luscus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1926'^^xsd:integer;
  dwc:startYearCollected '1926'^^xsd:integer;
  dwc:endYearCollected '1926'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.7667'^^xsd:double;
  dwc:latitude '57.8167'^^xsd:double;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1926-3581'^^xsd:anyURI;
  dwc:observationDate '1926-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7567 9.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7567"^^xsd:decimal ;
  dwc:decimalLongitude "9.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7567 9.7717)"^^geo:wktLiteral ;
  geo-pos:lat "68.7567"^^xsd:decimal ;
  geo-pos:long "9.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-353'^^xsd:gYearMonth;
  dwc:scientificName 'Notoscopelus kroeyerii (, 1861)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '9.7717'^^xsd:double;
  dwc:latitude '68.7567'^^xsd:double;
  dwc:aphiaid '301650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-353'^^xsd:anyURI;
  dwc:observationDate '1997-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '272728'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 9.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "9.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 9.8583)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "9.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3918'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii gracilis (, 1867)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.8583'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '578137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3918'^^xsd:anyURI;
  dwc:observationDate '1938-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '274100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0283 9.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0283"^^xsd:decimal ;
  dwc:decimalLongitude "9.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0283 9.8633)"^^geo:wktLiteral ;
  geo-pos:lat "58.0283"^^xsd:decimal ;
  geo-pos:long "9.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-302'^^xsd:gYearMonth;
  dwc:scientificName 'Triglops murrayi (, 1888)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos drag 110'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.8633'^^xsd:double;
  dwc:latitude '58.0283'^^xsd:double;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:aphiaid '127205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-302'^^xsd:anyURI;
  dwc:observationDate '1996-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127205'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9333 9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9333"^^xsd:decimal ;
  dwc:decimalLongitude "9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9333 9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "58.9333"^^xsd:decimal ;
  geo-pos:long "9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1898-4887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1898-4887'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.9167'^^xsd:double;
  dwc:latitude '58.9333'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1898-4887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 9.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "9.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 9.9417)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "9.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3915'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii gracilis (, 1867)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '9.9417'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '578137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3915'^^xsd:anyURI;
  dwc:observationDate '1938-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '274100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1929-1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1929-1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1929-1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85 10.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.85"^^xsd:decimal ;
  dwc:decimalLongitude "10.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "69"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1929-1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85 10.0333)"^^geo:wktLiteral ;
  geo-pos:lat "57.85"^^xsd:decimal ;
  geo-pos:long "10.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1929-1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1929-1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1929-1963'^^xsd:string;
  dwc:scientificName 'Lumpenus lampretaeformis (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:startYearCollected '1929'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.0333'^^xsd:double;
  dwc:latitude '57.85'^^xsd:double;
  dwc:minimumDepth '69'^^xsd:integer;
  dwc:aphiaid '154675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1929-1963'^^xsd:anyURI;
  dwc:observationDate '1929-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '154675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0667 10.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0667"^^xsd:decimal ;
  dwc:decimalLongitude "10.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0667 10.1717)"^^geo:wktLiteral ;
  geo-pos:lat "58.0667"^^xsd:decimal ;
  geo-pos:long "10.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-4642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-4642'^^xsd:string;
  dwc:scientificName 'Argentina silus (, 1775)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.1717'^^xsd:double;
  dwc:latitude '58.0667'^^xsd:double;
  dwc:aphiaid '126715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-4642'^^xsd:anyURI;
  dwc:observationDate '1938-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 10.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "10.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 10.2)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "10.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1898-4884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1898-4884'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.2'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1898-4884'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2083 10.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2083"^^xsd:decimal ;
  dwc:decimalLongitude "10.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2083 10.2)"^^geo:wktLiteral ;
  geo-pos:lat "58.2083"^^xsd:decimal ;
  geo-pos:long "10.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1996-259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1996-259'^^xsd:gYearMonth;
  dwc:scientificName 'Coryphaenoides rupestris (, 1765)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Erling Haack'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.2'^^xsd:double;
  dwc:latitude '58.2083'^^xsd:double;
  dwc:aphiaid '158960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1996-259'^^xsd:anyURI;
  dwc:observationDate '1961-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2083 10.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2083"^^xsd:decimal ;
  dwc:decimalLongitude "10.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2083 10.2)"^^geo:wktLiteral ;
  geo-pos:lat "58.2083"^^xsd:decimal ;
  geo-pos:long "10.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1996-260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1996-260'^^xsd:gYearMonth;
  dwc:scientificName 'Coryphaenoides rupestris (, 1765)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Erling Haack'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.2'^^xsd:double;
  dwc:latitude '58.2083'^^xsd:double;
  dwc:aphiaid '158960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1996-260'^^xsd:anyURI;
  dwc:observationDate '1961-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3723'^^xsd:string;
  dwc:scientificName 'Rhinonemus cimbrius (, 1766)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.35'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '154385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3723'^^xsd:anyURI;
  dwc:observationDate '1938-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3724'^^xsd:string;
  dwc:scientificName 'Rhinonemus cimbrius (, 1766)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.35'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '154385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3724'^^xsd:anyURI;
  dwc:observationDate '1938-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126450'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-5287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-5287'^^xsd:string;
  dwc:scientificName 'Chimaera monstrosa (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.35'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '105824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-5287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '105824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3917'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii gracilis (, 1867)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.35'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '578137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3917'^^xsd:anyURI;
  dwc:observationDate '1938-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '274100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0583"^^xsd:decimal ;
  dwc:decimalLongitude "10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0583 10.35)"^^geo:wktLiteral ;
  geo-pos:lat "58.0583"^^xsd:decimal ;
  geo-pos:long "10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3914'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii gracilis (, 1867)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.35'^^xsd:double;
  dwc:latitude '58.0583'^^xsd:double;
  dwc:aphiaid '578137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3914'^^xsd:anyURI;
  dwc:observationDate '1938-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '274100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1969-2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1969-2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1969-2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9 10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9"^^xsd:decimal ;
  dwc:decimalLongitude "10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1969-2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9 10.5)"^^geo:wktLiteral ;
  geo-pos:lat "58.9"^^xsd:decimal ;
  geo-pos:long "10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1969-2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1969-2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1969-2980'^^xsd:string;
  dwc:scientificName 'Schedophilus medusophagus (, 1839)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:startYearCollected '1968'^^xsd:integer;
  dwc:endYearCollected '1968'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.5'^^xsd:double;
  dwc:latitude '58.9'^^xsd:double;
  dwc:aphiaid '126833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1969-2980'^^xsd:anyURI;
  dwc:observationDate '1968-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '126833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.525"^^xsd:decimal ;
  dwc:decimalLongitude "10.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  geo-pos:lat "58.525"^^xsd:decimal ;
  geo-pos:long "10.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3053'^^xsd:string;
  dwc:scientificName 'Glyptocephalus cynoglossus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.5583'^^xsd:double;
  dwc:latitude '58.525'^^xsd:double;
  dwc:aphiaid '127136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3053'^^xsd:anyURI;
  dwc:observationDate '1938-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.525"^^xsd:decimal ;
  dwc:decimalLongitude "10.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  geo-pos:lat "58.525"^^xsd:decimal ;
  geo-pos:long "10.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1908-3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1908-3367'^^xsd:string;
  dwc:scientificName 'Melanogrammus aeglefinus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:startYearCollected '1908'^^xsd:integer;
  dwc:endYearCollected '1908'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '10.5583'^^xsd:double;
  dwc:latitude '58.525'^^xsd:double;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:aphiaid '126437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1908-3367'^^xsd:anyURI;
  dwc:observationDate '1908-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.525"^^xsd:decimal ;
  dwc:decimalLongitude "10.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  geo-pos:lat "58.525"^^xsd:decimal ;
  geo-pos:long "10.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3646'^^xsd:string;
  dwc:scientificName 'Gadiculus argenteus thori (, 1914)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.5583'^^xsd:double;
  dwc:latitude '58.525'^^xsd:double;
  dwc:aphiaid '156094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3646'^^xsd:anyURI;
  dwc:observationDate '1938-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '300719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.525"^^xsd:decimal ;
  dwc:decimalLongitude "10.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  geo-pos:lat "58.525"^^xsd:decimal ;
  geo-pos:long "10.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-5767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-5767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-5767'^^xsd:string;
  dwc:scientificName 'Myxine glutinosa (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.5583'^^xsd:double;
  dwc:latitude '58.525'^^xsd:double;
  dwc:aphiaid '101170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-5767'^^xsd:anyURI;
  dwc:observationDate '1938-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '101170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.525"^^xsd:decimal ;
  dwc:decimalLongitude "10.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  geo-pos:lat "58.525"^^xsd:decimal ;
  geo-pos:long "10.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3916'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii gracilis (, 1867)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.5583'^^xsd:double;
  dwc:latitude '58.525'^^xsd:double;
  dwc:aphiaid '578137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3916'^^xsd:anyURI;
  dwc:observationDate '1938-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '274100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.525"^^xsd:decimal ;
  dwc:decimalLongitude "10.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.525 10.5583)"^^geo:wktLiteral ;
  geo-pos:lat "58.525"^^xsd:decimal ;
  geo-pos:long "10.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-3566'^^xsd:string;
  dwc:scientificName 'Merlangius merlangus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'L. A. JSgerski÷ld'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.5583'^^xsd:double;
  dwc:latitude '58.525'^^xsd:double;
  dwc:aphiaid '126438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-3566'^^xsd:anyURI;
  dwc:observationDate '1938-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '126438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3833 10.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3833"^^xsd:decimal ;
  dwc:decimalLongitude "10.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3833 10.6)"^^geo:wktLiteral ;
  geo-pos:lat "58.3833"^^xsd:decimal ;
  geo-pos:long "10.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16550'^^xsd:string;
  dwc:scientificName 'Petromyzon marinus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'rSkbst SD 578 Viking÷, Janne Jansson'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '10.6'^^xsd:double;
  dwc:latitude '58.3833'^^xsd:double;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16550'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1925-3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1925-3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1925-3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6"^^xsd:decimal ;
  dwc:decimalLongitude "10.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1925-3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 10.65)"^^geo:wktLiteral ;
  geo-pos:lat "57.6"^^xsd:decimal ;
  geo-pos:long "10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1925-3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1925-3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1925-3034'^^xsd:string;
  dwc:scientificName 'Buglossidium luteum (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:endYearCollected '1925'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.65'^^xsd:double;
  dwc:latitude '57.6'^^xsd:double;
  dwc:aphiaid '127153'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1925-3034'^^xsd:anyURI;
  dwc:observationDate '1925-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '127153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2167 10.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2167"^^xsd:decimal ;
  dwc:decimalLongitude "10.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "85"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2167 10.8333)"^^geo:wktLiteral ;
  geo-pos:lat "58.2167"^^xsd:decimal ;
  geo-pos:long "10.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1961-2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1961-2479'^^xsd:string;
  dwc:scientificName 'Microstomus kitt (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Erling Haack'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.8333'^^xsd:double;
  dwc:latitude '58.2167'^^xsd:double;
  dwc:minimumDepth '85'^^xsd:integer;
  dwc:aphiaid '127140'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1961-2479'^^xsd:anyURI;
  dwc:observationDate '1961-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '127140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2167 10.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2167"^^xsd:decimal ;
  dwc:decimalLongitude "10.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "85"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2167 10.8333)"^^geo:wktLiteral ;
  geo-pos:lat "58.2167"^^xsd:decimal ;
  geo-pos:long "10.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1961-2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1961-2478'^^xsd:string;
  dwc:scientificName 'Microstomus kitt (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Erling Haack'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.8333'^^xsd:double;
  dwc:latitude '58.2167'^^xsd:double;
  dwc:minimumDepth '85'^^xsd:integer;
  dwc:aphiaid '127140'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1961-2478'^^xsd:anyURI;
  dwc:observationDate '1961-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '127140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1924-4659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1924-4659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1924-4659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8667 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8667"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1924-4659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8667 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.8667"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1924-4659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1924-4659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1924-4659'^^xsd:string;
  dwc:scientificName 'Maurolicus muelleri (, 1789)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:endYearCollected '1924'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '57.8667'^^xsd:double;
  dwc:aphiaid '127312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1924-4659'^^xsd:anyURI;
  dwc:observationDate '1924-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '127312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1966-319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1966-319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1966-319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "108"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1966-319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1966-319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1966-319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1966-319'^^xsd:gYearMonth;
  dwc:scientificName 'Anarhichas denticulatus (, 1845)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'A. Karlsson'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:startYearCollected '1966'^^xsd:integer;
  dwc:endYearCollected '1966'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '57.9'^^xsd:double;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '108'^^xsd:integer;
  dwc:aphiaid '126757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1966-319'^^xsd:anyURI;
  dwc:observationDate '1966-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126757'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.95"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.95"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-4983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-4983'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '57.95'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-4983'^^xsd:anyURI;
  dwc:observationDate '1938-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1923-2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1923-2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1923-2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0833 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0833"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1923-2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0833 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "58.0833"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1923-2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1923-2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1923-2193'^^xsd:string;
  dwc:scientificName 'Callionymus maculatus (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1923'^^xsd:integer;
  dwc:startYearCollected '1923'^^xsd:integer;
  dwc:endYearCollected '1923'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '58.0833'^^xsd:double;
  dwc:aphiaid '126793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1923-2193'^^xsd:anyURI;
  dwc:observationDate '1923-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '126793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 10.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5833"^^xsd:decimal ;
  dwc:decimalLongitude "10.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5833 10.9667)"^^geo:wktLiteral ;
  geo-pos:lat "57.5833"^^xsd:decimal ;
  geo-pos:long "10.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1908-3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1908-3210'^^xsd:string;
  dwc:scientificName 'Hippoglossus hippoglossus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:startYearCollected '1908'^^xsd:integer;
  dwc:endYearCollected '1908'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '10.9667'^^xsd:double;
  dwc:latitude '57.5833'^^xsd:double;
  dwc:aphiaid '127138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1908-3210'^^xsd:anyURI;
  dwc:observationDate '1908-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127138'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 11.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "11.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 11.0333)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "11.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1908-3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1908-3904'^^xsd:string;
  dwc:scientificName 'Lycodes vahlii (, 1831)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:startYearCollected '1908'^^xsd:integer;
  dwc:endYearCollected '1908'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '11.0333'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:aphiaid '127118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1908-3904'^^xsd:anyURI;
  dwc:observationDate '1908-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '127118'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 11.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.42"^^xsd:decimal ;
  dwc:decimalLongitude "11.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 11.0583)"^^geo:wktLiteral ;
  geo-pos:lat "58.42"^^xsd:decimal ;
  geo-pos:long "11.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1961-2702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1961-2702'^^xsd:string;
  dwc:scientificName 'Eutrigla gurnardus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Erling Haack'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.0583'^^xsd:double;
  dwc:latitude '58.42'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '150637'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1961-2702'^^xsd:anyURI;
  dwc:observationDate '1961-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '150637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 11.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.42"^^xsd:decimal ;
  dwc:decimalLongitude "11.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 11.0583)"^^geo:wktLiteral ;
  geo-pos:lat "58.42"^^xsd:decimal ;
  geo-pos:long "11.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1961-2703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1961-2703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1961-2703'^^xsd:string;
  dwc:scientificName 'Eutrigla gurnardus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Erling Haack'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:startYearCollected '1961'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.0583'^^xsd:double;
  dwc:latitude '58.42'^^xsd:double;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '150637'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1961-2703'^^xsd:anyURI;
  dwc:observationDate '1961-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '150637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 11.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "11.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 11.1167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "11.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1898-4908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1898-4908'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.1167'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1898-4908'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7433 11.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7433"^^xsd:decimal ;
  dwc:decimalLongitude "11.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7433 11.1317)"^^geo:wktLiteral ;
  geo-pos:lat "68.7433"^^xsd:decimal ;
  geo-pos:long "11.1317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-352'^^xsd:gYearMonth;
  dwc:scientificName 'Benthostoma glaciale ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Argos'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '11.1317'^^xsd:double;
  dwc:latitude '68.7433'^^xsd:double;
  dwc:aphiaid '126580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-352'^^xsd:anyURI;
  dwc:observationDate '1997-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7433 11.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7433"^^xsd:decimal ;
  dwc:decimalLongitude "11.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7433 11.1317)"^^geo:wktLiteral ;
  geo-pos:lat "68.7433"^^xsd:decimal ;
  geo-pos:long "11.1317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1997-351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1997-351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1997-351'^^xsd:gYearMonth;
  dwc:scientificName 'Maurolicus muelleri (, 1789)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '11.1317'^^xsd:double;
  dwc:latitude '68.7433'^^xsd:double;
  dwc:aphiaid '127312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1997-351'^^xsd:anyURI;
  dwc:observationDate '1997-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '127312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9333 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9333"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9333 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "57.9333"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1946-296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1946-296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1946-296'^^xsd:gYearMonth;
  dwc:scientificName 'Merlangius merlangus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:startYearCollected '1946'^^xsd:integer;
  dwc:endYearCollected '1946'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '57.9333'^^xsd:double;
  dwc:aphiaid '126438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1946-296'^^xsd:anyURI;
  dwc:observationDate '1946-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '126438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "58"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1908-3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1908-3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1908-3219'^^xsd:string;
  dwc:scientificName 'Hippoglossoides platessoides (, 1780)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:startYearCollected '1908'^^xsd:integer;
  dwc:endYearCollected '1908'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '58'^^xsd:integer;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:aphiaid '127137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1908-3219'^^xsd:anyURI;
  dwc:observationDate '1908-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '127137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9167 11.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9167"^^xsd:decimal ;
  dwc:decimalLongitude "11.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9167 11.1667)"^^geo:wktLiteral ;
  geo-pos:lat "57.9167"^^xsd:decimal ;
  geo-pos:long "11.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1996-299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1996-299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1996-299'^^xsd:gYearMonth;
  dwc:scientificName 'Sarpa salpa (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Per Arne Olsson'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.1667'^^xsd:double;
  dwc:latitude '57.9167'^^xsd:double;
  dwc:aphiaid '127064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1996-299'^^xsd:anyURI;
  dwc:observationDate '1996-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-2709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-2709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-2709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6067 11.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6067"^^xsd:decimal ;
  dwc:decimalLongitude "11.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-2709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6067 11.175)"^^geo:wktLiteral ;
  geo-pos:lat "58.6067"^^xsd:decimal ;
  geo-pos:long "11.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1972-2709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1972-2709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1972-2709'^^xsd:string;
  dwc:scientificName 'Entelurus aequoreus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Kjell Andersson'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '11.175'^^xsd:double;
  dwc:latitude '58.6067'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '127379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1972-2709'^^xsd:anyURI;
  dwc:observationDate '1970-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '127379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1897-4822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1897-4822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1897-4822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 11.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8167"^^xsd:decimal ;
  dwc:decimalLongitude "11.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1897-4822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 11.2167)"^^geo:wktLiteral ;
  geo-pos:lat "57.8167"^^xsd:decimal ;
  geo-pos:long "11.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1897-4822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1897-4822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1897-4822'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '11.2167'^^xsd:double;
  dwc:latitude '57.8167'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1897-4822'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8 11.2417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8"^^xsd:decimal ;
  dwc:decimalLongitude "11.2417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8 11.2417)"^^geo:wktLiteral ;
  geo-pos:lat "57.8"^^xsd:decimal ;
  geo-pos:long "11.2417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1938-4982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1938-4982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1938-4982'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:startYearCollected '1938'^^xsd:integer;
  dwc:endYearCollected '1938'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.2417'^^xsd:double;
  dwc:latitude '57.8'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1938-4982'^^xsd:anyURI;
  dwc:observationDate '1938-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 11.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6333"^^xsd:decimal ;
  dwc:decimalLongitude "11.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 11.25)"^^geo:wktLiteral ;
  geo-pos:lat "57.6333"^^xsd:decimal ;
  geo-pos:long "11.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1898-4880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1898-4880'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.25'^^xsd:double;
  dwc:latitude '57.6333'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1898-4880'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 11.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6333"^^xsd:decimal ;
  dwc:decimalLongitude "11.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 11.25)"^^geo:wktLiteral ;
  geo-pos:lat "57.6333"^^xsd:decimal ;
  geo-pos:long "11.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1898-4881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1898-4881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1898-4881'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.25'^^xsd:double;
  dwc:latitude '57.6333'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1898-4881'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1911-4812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1911-4812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1911-4812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6667 11.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6667"^^xsd:decimal ;
  dwc:decimalLongitude "11.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1911-4812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6667 11.3667)"^^geo:wktLiteral ;
  geo-pos:lat "57.6667"^^xsd:decimal ;
  geo-pos:long "11.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1911-4812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1911-4812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1911-4812'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:startYearCollected '1911'^^xsd:integer;
  dwc:endYearCollected '1911'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'VSsterg÷tland'^^xsd:string;
  dwc:longitude '11.3667'^^xsd:double;
  dwc:latitude '57.6667'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1911-4812'^^xsd:anyURI;
  dwc:observationDate '1911-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 11.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8167"^^xsd:decimal ;
  dwc:decimalLongitude "11.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 11.3667)"^^geo:wktLiteral ;
  geo-pos:lat "57.8167"^^xsd:decimal ;
  geo-pos:long "11.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1909-4980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1909-4980'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:startYearCollected '1909'^^xsd:integer;
  dwc:endYearCollected '1909'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.3667'^^xsd:double;
  dwc:latitude '57.8167'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1909-4980'^^xsd:anyURI;
  dwc:observationDate '1909-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 11.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8167"^^xsd:decimal ;
  dwc:decimalLongitude "11.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 11.3667)"^^geo:wktLiteral ;
  geo-pos:lat "57.8167"^^xsd:decimal ;
  geo-pos:long "11.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1909-4981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1909-4981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1909-4981'^^xsd:string;
  dwc:scientificName 'Clupea harengus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:startYearCollected '1909'^^xsd:integer;
  dwc:endYearCollected '1909'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.3667'^^xsd:double;
  dwc:latitude '57.8167'^^xsd:double;
  dwc:aphiaid '126417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1909-4981'^^xsd:anyURI;
  dwc:observationDate '1909-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '126417'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1916-3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1916-3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1916-3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6833 11.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6833"^^xsd:decimal ;
  dwc:decimalLongitude "11.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "93"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1916-3580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6833 11.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.6833"^^xsd:decimal ;
  geo-pos:long "11.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1916-3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1916-3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1916-3580'^^xsd:string;
  dwc:scientificName 'Trisopterus luscus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1916'^^xsd:integer;
  dwc:startYearCollected '1916'^^xsd:integer;
  dwc:endYearCollected '1916'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'VSsterg÷tland'^^xsd:string;
  dwc:longitude '11.4'^^xsd:double;
  dwc:latitude '57.6833'^^xsd:double;
  dwc:minimumDepth '93'^^xsd:integer;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1916-3580'^^xsd:anyURI;
  dwc:observationDate '1916-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5667"^^xsd:decimal ;
  dwc:decimalLongitude "11.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  geo-pos:lat "57.5667"^^xsd:decimal ;
  geo-pos:long "11.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1971-8323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1971-8323'^^xsd:string;
  dwc:scientificName 'Trisopterus esmarkii (, 1855)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Havsfiskelaboratoriet, Lysekil'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.465'^^xsd:double;
  dwc:latitude '57.5667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '126444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1971-8323'^^xsd:anyURI;
  dwc:observationDate '1971-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5667"^^xsd:decimal ;
  dwc:decimalLongitude "11.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  geo-pos:lat "57.5667"^^xsd:decimal ;
  geo-pos:long "11.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1971-8409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1971-8409'^^xsd:string;
  dwc:scientificName 'Trisopterus minutus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Havsfiskelaboratoriet, Lysekil'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.465'^^xsd:double;
  dwc:latitude '57.5667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1971-8409'^^xsd:anyURI;
  dwc:observationDate '1971-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5667"^^xsd:decimal ;
  dwc:decimalLongitude "11.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  geo-pos:lat "57.5667"^^xsd:decimal ;
  geo-pos:long "11.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1971-8355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1971-8355'^^xsd:string;
  dwc:scientificName 'Trisopterus esmarkii (, 1855)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Havsfiskelaboratoriet, Lysekil'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.465'^^xsd:double;
  dwc:latitude '57.5667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '126444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1971-8355'^^xsd:anyURI;
  dwc:observationDate '1971-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '126444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5667"^^xsd:decimal ;
  dwc:decimalLongitude "11.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5667 11.465)"^^geo:wktLiteral ;
  geo-pos:lat "57.5667"^^xsd:decimal ;
  geo-pos:long "11.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-8380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1971-8380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1971-8380'^^xsd:string;
  dwc:scientificName 'Lumpenus lampretaeformis (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Havsfiskelaboratoriet, Lysekil'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.465'^^xsd:double;
  dwc:latitude '57.5667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '154675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1971-8380'^^xsd:anyURI;
  dwc:observationDate '1971-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-2565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-2565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-2565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5717 11.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5717"^^xsd:decimal ;
  dwc:decimalLongitude "11.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-2565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5717 11.465)"^^geo:wktLiteral ;
  geo-pos:lat "57.5717"^^xsd:decimal ;
  geo-pos:long "11.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1971-2565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1971-2565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1971-2565'^^xsd:string;
  dwc:scientificName 'Lumpenus lampretaeformis (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:endYearCollected '1971'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.465'^^xsd:double;
  dwc:latitude '57.5717'^^xsd:double;
  dwc:aphiaid '154675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1971-2565'^^xsd:anyURI;
  dwc:observationDate '1971-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.0833 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.0833"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.0833 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "57.0833"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16746'^^xsd:string;
  dwc:scientificName 'Nerophis lumbriciformis (, 1835)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Fladen-expeditionen'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '57.0833'^^xsd:double;
  dwc:aphiaid '127383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16746'^^xsd:anyURI;
  dwc:observationDate '2005-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '127383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1667 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1667"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1667 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "57.1667"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1981-3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1981-3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1981-3703'^^xsd:string;
  dwc:scientificName 'Phycis blennoides (, 1768)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Ingemar Torkelsson, VG 25 "Almy"'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '57.1667'^^xsd:double;
  dwc:aphiaid '126501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1981-3703'^^xsd:anyURI;
  dwc:observationDate '1981-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2148 11.7243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2148"^^xsd:decimal ;
  dwc:decimalLongitude "11.7243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2148 11.7243)"^^geo:wktLiteral ;
  geo-pos:lat "57.2148"^^xsd:decimal ;
  geo-pos:long "11.7243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16751'^^xsd:string;
  dwc:scientificName 'Phrynorhombus norvegicus (, 1862)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Fladen-expeditionen'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.7243'^^xsd:double;
  dwc:latitude '57.2148'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '127147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16751'^^xsd:anyURI;
  dwc:observationDate '2005-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '127147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2004-7737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2004-7737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2004-7737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4667 11.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.4667"^^xsd:decimal ;
  dwc:decimalLongitude "11.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2004-7737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4667 11.7333)"^^geo:wktLiteral ;
  geo-pos:lat "58.4667"^^xsd:decimal ;
  geo-pos:long "11.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2004-7737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2004-7737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2004-7737'^^xsd:string;
  dwc:scientificName 'Carcharhinus longimanus (, 1861)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'R÷jdykardivisionen "Raffe"'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:stateProvince 'BohuslSn'^^xsd:string;
  dwc:longitude '11.7333'^^xsd:double;
  dwc:latitude '58.4667'^^xsd:double;
  dwc:aphiaid '105794'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2004-7737'^^xsd:anyURI;
  dwc:observationDate '2004-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '105794'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1297 11.7802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1297"^^xsd:decimal ;
  dwc:decimalLongitude "11.7802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1297 11.7802)"^^geo:wktLiteral ;
  geo-pos:lat "57.1297"^^xsd:decimal ;
  geo-pos:long "11.7802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16749'^^xsd:string;
  dwc:scientificName 'Arnoglossus laterna (, 1792)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Fladen-expeditionen'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.7802'^^xsd:double;
  dwc:latitude '57.1297'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '127126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16749'^^xsd:anyURI;
  dwc:observationDate '2005-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '127126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9367 11.8263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9367"^^xsd:decimal ;
  dwc:decimalLongitude "11.8263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9367 11.8263)"^^geo:wktLiteral ;
  geo-pos:lat "57.9367"^^xsd:decimal ;
  geo-pos:long "11.8263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16753'^^xsd:string;
  dwc:scientificName 'Buglossidium luteum (, 1810)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.8263'^^xsd:double;
  dwc:latitude '57.9367'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '127153'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16753'^^xsd:anyURI;
  dwc:observationDate '2005-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '127153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9058 11.8998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9058"^^xsd:decimal ;
  dwc:decimalLongitude "11.8998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9058 11.8998)"^^geo:wktLiteral ;
  geo-pos:lat "57.9058"^^xsd:decimal ;
  geo-pos:long "11.8998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16752'^^xsd:string;
  dwc:scientificName 'Pomatoschistus minutus (, 1770)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Fladen-expeditionen'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '11.8998'^^xsd:double;
  dwc:latitude '57.9058'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16752'^^xsd:anyURI;
  dwc:observationDate '2005-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8618 12.2138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8618"^^xsd:decimal ;
  dwc:decimalLongitude "12.2138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8618 12.2138)"^^geo:wktLiteral ;
  geo-pos:lat "56.8618"^^xsd:decimal ;
  geo-pos:long "12.2138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16748'^^xsd:string;
  dwc:scientificName 'Lesueurigobius friesii (, 1874)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Fladen-expeditionen'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '12.2138'^^xsd:double;
  dwc:latitude '56.8618'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '126904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16748'^^xsd:anyURI;
  dwc:observationDate '2005-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126904'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8687 12.2262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8687"^^xsd:decimal ;
  dwc:decimalLongitude "12.2262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8687 12.2262)"^^geo:wktLiteral ;
  geo-pos:lat "56.8687"^^xsd:decimal ;
  geo-pos:long "12.2262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A2005-16754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:2005-16754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '2005-16754'^^xsd:string;
  dwc:scientificName 'Ammodytes sp. (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Fladen-expeditionen'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '12.2262'^^xsd:double;
  dwc:latitude '56.8687'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '125909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:2005-16754'^^xsd:anyURI;
  dwc:observationDate '2005-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '125909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1968-8403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1968-8403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1968-8403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.2667 12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.2667"^^xsd:decimal ;
  dwc:decimalLongitude "12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1968-8403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.2667 12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.2667"^^xsd:decimal ;
  geo-pos:long "12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1968-8403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1968-8403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1968-8403'^^xsd:string;
  dwc:scientificName 'Pterothrissus belloci (, 1937)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:startYearCollected '1948'^^xsd:integer;
  dwc:endYearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Africa'^^xsd:string;
  dwc:longitude '12.2833'^^xsd:double;
  dwc:latitude '-7.2667'^^xsd:double;
  dwc:aphiaid '282504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1968-8403'^^xsd:anyURI;
  dwc:observationDate '1948-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1043474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1988-3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1988-3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1988-3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 14.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.93"^^xsd:decimal ;
  dwc:decimalLongitude "14.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1988-3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 14.555)"^^geo:wktLiteral ;
  geo-pos:lat "55.93"^^xsd:decimal ;
  geo-pos:long "14.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1988-3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1988-3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1988-3462'^^xsd:string;
  dwc:scientificName 'Gadus morhua (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Kenneth Nilsson'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '14.555'^^xsd:double;
  dwc:latitude '55.93'^^xsd:double;
  dwc:aphiaid '126436'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1988-3462'^^xsd:anyURI;
  dwc:observationDate '1987-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '126436'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 15)"^^geo:wktLiteral ;
  geo-pos:lat "-12"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1913-6983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1913-6983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1913-6983'^^xsd:string;
  dwc:scientificName 'Remora remora (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'Hilmer Skoogs Expedition'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:startYearCollected '1912'^^xsd:integer;
  dwc:endYearCollected '1912'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '-12'^^xsd:integer;
  dwc:aphiaid '126853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1913-6983'^^xsd:anyURI;
  dwc:observationDate '1912-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '126853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 15.75)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1912-2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1912-2875'^^xsd:string;
  dwc:scientificName 'Cyclopterus lumpus (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:startYearCollected '1911'^^xsd:integer;
  dwc:endYearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '127214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1912-2875'^^xsd:anyURI;
  dwc:observationDate '1911-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-3113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-3113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-3113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-3113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 15.75)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-3113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1912-3113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1912-3113'^^xsd:string;
  dwc:scientificName 'Pleuronectes platessa (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:startYearCollected '1911'^^xsd:integer;
  dwc:endYearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1912-3113'^^xsd:anyURI;
  dwc:observationDate '1911-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 15.75)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1912-1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1912-1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1912-1666'^^xsd:string;
  dwc:scientificName 'Triglopsis quadricornis (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:startYearCollected '1911'^^xsd:integer;
  dwc:endYearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '127208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1912-1666'^^xsd:anyURI;
  dwc:observationDate '1911-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '254529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1864-2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1864-2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1864-2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1864-2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10 17)"^^geo:wktLiteral ;
  geo-pos:lat "10"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1864-2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1864-2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1864-2414'^^xsd:string;
  dwc:scientificName 'Cypselurus callopterus ()'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:continentOcean 'Central America'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '10'^^xsd:integer;
  dwc:aphiaid '278730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1864-2414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '278730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8917 18.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8917"^^xsd:decimal ;
  dwc:decimalLongitude "18.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8917 18.8)"^^geo:wktLiteral ;
  geo-pos:lat "57.8917"^^xsd:decimal ;
  geo-pos:long "18.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-1671'^^xsd:string;
  dwc:scientificName 'Triglopsis quadricornis (, 1758)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:startYearCollected '1930'^^xsd:integer;
  dwc:endYearCollected '1930'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '18.8'^^xsd:double;
  dwc:latitude '57.8917'^^xsd:double;
  dwc:aphiaid '127208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-1671'^^xsd:anyURI;
  dwc:observationDate '1930-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '254529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-2776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-2776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-2776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.5 19.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.5"^^xsd:decimal ;
  dwc:decimalLongitude "19.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-2776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.5 19.4667)"^^geo:wktLiteral ;
  geo-pos:lat "61.5"^^xsd:decimal ;
  geo-pos:long "19.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-2776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-2776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-2776'^^xsd:string;
  dwc:scientificName 'Liparis liparis (, 1766)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:startYearCollected '1927'^^xsd:integer;
  dwc:endYearCollected '1927'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:longitude '19.4667'^^xsd:double;
  dwc:latitude '61.5'^^xsd:double;
  dwc:aphiaid '127219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-2776'^^xsd:anyURI;
  dwc:observationDate '1927-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '127219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 23.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8167 23.4667)"^^geo:wktLiteral ;
  geo-pos:lat "57.8167"^^xsd:decimal ;
  geo-pos:long "23.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1939-7708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1939-7708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1939-7708'^^xsd:string;
  dwc:scientificName 'Liparis liparis (, 1766)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'O. Nybelin'^^xsd:string;
  dwc:yearCollected '1928'^^xsd:integer;
  dwc:startYearCollected '1928'^^xsd:integer;
  dwc:endYearCollected '1928'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '23.4667'^^xsd:double;
  dwc:latitude '57.8167'^^xsd:double;
  dwc:aphiaid '127219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1939-7708'^^xsd:anyURI;
  dwc:observationDate '1928-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 40)"^^geo:wktLiteral ;
  geo-pos:lat "28"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '6216'^^xsd:integer;
  dwc:scientificName 'Balistes sp.'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '28'^^xsd:integer;
  dwc:aphiaid '126228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:6216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '126228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2779__urn%3Acatalog%3AGNM%3APisces%3A1980-6872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1980-6872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1980-6872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.0167 79.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.0167"^^xsd:decimal ;
  dwc:decimalLongitude "79.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2779__urn%3Acatalog%3AGNM%3APisces%3A1980-6872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.0167 79.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-64.0167"^^xsd:decimal ;
  geo-pos:long "79.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2779__urn%3Acatalog%3AGNM%3APisces%3A1980-6872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:GNM:Pisces:1980-6872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2779_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-02-14'^^xsd:date;
  dwc:institutionCode 'GNM'^^xsd:string;
  dwc:collectionCode 'Pisces'^^xsd:string;
  dwc:catalogNumber '1980-6872'^^xsd:string;
  dwc:scientificName 'Neopagetopsis ionah (, 1947)'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Indian Ocean'^^xsd:string;
  dwc:longitude '79.5833'^^xsd:double;
  dwc:latitude '-64.0167'^^xsd:double;
  dwc:aphiaid '234685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:GNM:Pisces:1980-6872'^^xsd:anyURI;
  dwc:observationDate '1979-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '234685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF