@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/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69212'^^xsd:string;
  dwc:scientificName 'Pallenopsis spicata Hodgson, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '240268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293943'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '240268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.333889 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.333889"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.333889 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.333889"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69180'^^xsd:string;
  dwc:scientificName 'Nymphon lanare Hodgson, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st161'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.333889'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173432'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294163'^^xsd:anyURI;
  dwc:observationDate '1961-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '173432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.3 57.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.3"^^xsd:decimal ;
  dwc:decimalLongitude "57.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.3 57.05)"^^geo:wktLiteral ;
  geo-pos:lat "71.3"^^xsd:decimal ;
  geo-pos:long "57.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69107'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st126'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.05'^^xsd:double;
  dwc:latitude '71.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: slide; preservation method: glycerine'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294909'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.833333 14.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.833333"^^xsd:decimal ;
  dwc:decimalLongitude "14.666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.833333 14.666667)"^^geo:wktLiteral ;
  geo-pos:lat "66.833333"^^xsd:decimal ;
  geo-pos:long "14.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69163'^^xsd:string;
  dwc:scientificName 'Nymphon gracilipes Heller, 1875'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '14.666667'^^xsd:double;
  dwc:latitude '66.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '150542'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295438'^^xsd:anyURI;
  dwc:observationDate '1938-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '150542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.033347 57.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.033347"^^xsd:decimal ;
  dwc:decimalLongitude "57.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.033347 57.833333)"^^geo:wktLiteral ;
  geo-pos:lat "71.033347"^^xsd:decimal ;
  geo-pos:long "57.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69188'^^xsd:string;
  dwc:scientificName 'Nymphon longimanum Sars, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st134'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.833333'^^xsd:double;
  dwc:latitude '71.033347'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134695'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296777'^^xsd:anyURI;
  dwc:observationDate '1907-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69117'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298008'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -16.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -16.25)"^^geo:wktLiteral ;
  geo-pos:lat "14.666667"^^xsd:decimal ;
  geo-pos:long "-16.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69125'^^xsd:string;
  dwc:scientificName 'Nymphon adami Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10910'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.25'^^xsd:double;
  dwc:latitude '14.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '239607'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299006'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '239607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63663 -63.55235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63663"^^xsd:decimal ;
  dwc:decimalLongitude "-63.55235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63663 -63.55235)"^^geo:wktLiteral ;
  geo-pos:lat "44.63663"^^xsd:decimal ;
  geo-pos:long "-63.55235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69178'^^xsd:string;
  dwc:scientificName 'Nymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1939'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-63.55235'^^xsd:double;
  dwc:latitude '44.63663'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69079'^^xsd:string;
  dwc:scientificName 'Callipallene emaciata emaciata Stock, 1954'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '239925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301321'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '150563'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69082'^^xsd:string;
  dwc:scientificName 'Pseudopallene brevicollis (Sars, 1891)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134654'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302145'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '134654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.716667 -80.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.116667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.716667 -80.116667)"^^geo:wktLiteral ;
  geo-pos:lat "66.716667"^^xsd:decimal ;
  geo-pos:long "-80.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69200'^^xsd:string;
  dwc:scientificName 'Nymphon sarsii Meinert, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-80.116667'^^xsd:double;
  dwc:latitude '66.716667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '239528'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304676'^^xsd:anyURI;
  dwc:observationDate '1927-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '239528'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69070'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st136'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305803'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69140'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st136'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307461'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.6511776553 -82.8778839041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.6511776553"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8778839041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.6511776553 -82.8778839041)"^^geo:wktLiteral ;
  geo-pos:lat "24.6511776553"^^xsd:decimal ;
  geo-pos:long "-82.8778839041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Tortugas st01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69020'^^xsd:string;
  dwc:scientificName 'Anoplodactylus sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Tortugas st01'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8778839041'^^xsd:double;
  dwc:latitude '24.6511776553'^^xsd:double;
  dwc:coordinatePrecision '13000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134592'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6904666575 7.3182106052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6904666575"^^xsd:decimal ;
  dwc:decimalLongitude "7.3182106052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6904666575 7.3182106052)"^^geo:wktLiteral ;
  geo-pos:lat "43.6904666575"^^xsd:decimal ;
  geo-pos:long "7.3182106052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/Villefranche s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69033'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/Villefranche s/Mer'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.3182106052'^^xsd:double;
  dwc:latitude '43.6904666575'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308874'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.033347 57.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.033347"^^xsd:decimal ;
  dwc:decimalLongitude "57.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.033347 57.833333)"^^geo:wktLiteral ;
  geo-pos:lat "71.033347"^^xsd:decimal ;
  geo-pos:long "57.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69110'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st134'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.833333'^^xsd:double;
  dwc:latitude '71.033347'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310400'^^xsd:anyURI;
  dwc:observationDate '1907-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59 -86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59"^^xsd:decimal ;
  dwc:decimalLongitude "-86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59 -86)"^^geo:wktLiteral ;
  geo-pos:lat "59"^^xsd:decimal ;
  geo-pos:long "-86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69154'^^xsd:string;
  dwc:scientificName 'Nymphon elegans Hansen, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-86'^^xsd:integer;
  dwc:latitude '59'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134686'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310524'^^xsd:anyURI;
  dwc:observationDate '1927-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69013'^^xsd:string;
  dwc:scientificName 'Achelia spicata (Hodgson, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '172865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311343'^^xsd:anyURI;
  dwc:observationDate '1965-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '172865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7286808598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9769934752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  geo-pos:lat "48.7286808598"^^xsd:decimal ;
  geo-pos:long "-3.9769934752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147/Roscoff" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-02-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69158'^^xsd:string;
  dwc:scientificName 'Nymphon gracile Leach, 1814'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147/Roscoff'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:continentOcean 'English Channel'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.9769934752'^^xsd:double;
  dwc:latitude '48.7286808598'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134687'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312581'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134687'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69076'^^xsd:string;
  dwc:scientificName 'Austropallene cristata (Bouvier, 1911)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173041'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313042'^^xsd:anyURI;
  dwc:observationDate '1965-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '173041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69147'^^xsd:string;
  dwc:scientificName 'Nymphon bouvieri Gordon, 1932'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st232'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313173'^^xsd:anyURI;
  dwc:observationDate '1967-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '173377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5 -80)"^^geo:wktLiteral ;
  geo-pos:lat "66.5"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69195'^^xsd:string;
  dwc:scientificName 'Nymphon mixtum Kroyer, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '66.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '150541'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314892'^^xsd:anyURI;
  dwc:observationDate '1927-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1567382456 -4.4652843431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1567382456"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4652843431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1567382456 -4.4652843431)"^^geo:wktLiteral ;
  geo-pos:lat "54.1567382456"^^xsd:decimal ;
  geo-pos:long "-4.4652843431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Brewery Beach" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69021'^^xsd:string;
  dwc:scientificName 'Anoplodactylus virescens (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Brewery Beach'^^xsd:string;
  dwc:continentOcean 'Irish Sea'^^xsd:string;
  dwc:country 'Isle of Man'^^xsd:string;
  dwc:longitude '-4.4652843431'^^xsd:double;
  dwc:latitude '54.1567382456'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69166'^^xsd:string;
  dwc:scientificName 'Nymphon biarticulatum (Hodgson, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173374'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317103'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.350014 56.950014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.350014"^^xsd:decimal ;
  dwc:decimalLongitude "56.950014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.350014 56.950014)"^^geo:wktLiteral ;
  geo-pos:lat "71.350014"^^xsd:decimal ;
  geo-pos:long "56.950014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69105'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st120'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '56.950014'^^xsd:double;
  dwc:latitude '71.350014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317399'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.016667 57.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.016667"^^xsd:decimal ;
  dwc:decimalLongitude "57.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.016667 57.95)"^^geo:wktLiteral ;
  geo-pos:lat "71.016667"^^xsd:decimal ;
  geo-pos:long "57.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69111'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st136'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.95'^^xsd:double;
  dwc:latitude '71.016667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319029'^^xsd:anyURI;
  dwc:observationDate '1907-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69130'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st136'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325952'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.334861"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.334861"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69133'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st155'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.334861'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329600'^^xsd:anyURI;
  dwc:observationDate '1961-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.3191666666"^^xsd:decimal ;
  dwc:decimalLongitude "24.2180555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "314.30826853535484"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  geo-pos:lat "-70.3191666666"^^xsd:decimal ;
  geo-pos:long "24.2180555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "314.30826853535484"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69129'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st134'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.2180555555'^^xsd:double;
  dwc:latitude '-70.3191666666'^^xsd:double;
  dwc:coordinatePrecision '314.30826853535'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337781'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70"^^xsd:decimal ;
  dwc:decimalLongitude "-80.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-70"^^xsd:decimal ;
  geo-pos:long "-80.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69067'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.652'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-80.833333'^^xsd:double;
  dwc:latitude '-70'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338289'^^xsd:anyURI;
  dwc:observationDate '1898-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69193'^^xsd:string;
  dwc:scientificName 'Nymphon mixtum Kroyer, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '150541'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339457'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69066'^^xsd:string;
  dwc:scientificName 'Austropallene brachyura (Bouvier, 1911)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st136'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173035'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339931'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '173035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3097685045"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7582244244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  geo-pos:lat "32.3097685045"^^xsd:decimal ;
  geo-pos:long "-64.7582244244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Bermudes" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69028'^^xsd:string;
  dwc:scientificName 'Anoplodactylus parvus Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '0/Bermudes'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-64.7582244244'^^xsd:double;
  dwc:latitude '32.3097685045'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '379290'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3097685045"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7582244244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  geo-pos:lat "32.3097685045"^^xsd:decimal ;
  geo-pos:long "-64.7582244244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Bermudes" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69024'^^xsd:string;
  dwc:scientificName 'Anoplodactylus parvus Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '0/Bermudes'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-64.7582244244'^^xsd:double;
  dwc:latitude '32.3097685045'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '379290'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69137'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345668'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.666667 -78.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.666667 -78.833333)"^^geo:wktLiteral ;
  geo-pos:lat "75.666667"^^xsd:decimal ;
  geo-pos:long "-78.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69121'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean'^^xsd:string;
  dwc:longitude '-78.833333'^^xsd:double;
  dwc:latitude '75.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346802'^^xsd:anyURI;
  dwc:observationDate '1935-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.666667 -78.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.666667 -78.833333)"^^geo:wktLiteral ;
  geo-pos:lat "75.666667"^^xsd:decimal ;
  geo-pos:long "-78.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69155'^^xsd:string;
  dwc:scientificName 'Nymphon elegans Hansen, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean'^^xsd:string;
  dwc:longitude '-78.833333'^^xsd:double;
  dwc:latitude '75.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134686'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347155'^^xsd:anyURI;
  dwc:observationDate '1935-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45 -21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.45"^^xsd:decimal ;
  dwc:decimalLongitude "-21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45 -21)"^^geo:wktLiteral ;
  geo-pos:lat "66.45"^^xsd:decimal ;
  geo-pos:long "-21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69091'^^xsd:string;
  dwc:scientificName 'Colossendeis proboscidea (Sabine, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-21'^^xsd:integer;
  dwc:latitude '66.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134669'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347387'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134669'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6971872203 -17.3817443219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6971872203"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3817443219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6971872203 -17.3817443219)"^^geo:wktLiteral ;
  geo-pos:lat "14.6971872203"^^xsd:decimal ;
  geo-pos:long "-17.3817443219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/Dakar" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69051'^^xsd:string;
  dwc:scientificName 'Nymphon adami Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'Type'^^xsd:string;
  dwc:fieldNumber '10910/Dakar'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-17.3817443219'^^xsd:double;
  dwc:latitude '14.6971872203'^^xsd:double;
  dwc:coordinatePrecision '6000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '239607'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347836'^^xsd:anyURI;
  dwc:observationDate '1935-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '239607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.334861"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.334861"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69143'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st155'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.334861'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348837'^^xsd:anyURI;
  dwc:observationDate '1961-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78507 1.60297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78507"^^xsd:decimal ;
  dwc:decimalLongitude "1.60297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78507 1.60297)"^^geo:wktLiteral ;
  geo-pos:lat "50.78507"^^xsd:decimal ;
  geo-pos:long "1.60297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "26331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69010'^^xsd:string;
  dwc:scientificName 'Achelia longipes (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '26331'^^xsd:integer;
  dwc:collector 'Vanmaele W'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.60297'^^xsd:double;
  dwc:latitude '50.78507'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26331'^^xsd:anyURI;
  dwc:aphiaid '146893'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350611'^^xsd:anyURI;
  dwc:observationDate '1981-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6598906475 -17.2988024275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6598906475"^^xsd:decimal ;
  dwc:decimalLongitude "-17.2988024275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6598906475 -17.2988024275)"^^geo:wktLiteral ;
  geo-pos:lat "14.6598906475"^^xsd:decimal ;
  geo-pos:long "-17.2988024275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "6000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/Rufisque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69052'^^xsd:string;
  dwc:scientificName 'Nymphon adami Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'Type'^^xsd:string;
  dwc:fieldNumber '10910/Rufisque'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Atlantic ocean  ; Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-17.2988024275'^^xsd:double;
  dwc:latitude '14.6598906475'^^xsd:double;
  dwc:coordinatePrecision '6000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '239607'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350867'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '239607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.334861"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.334861"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69072'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st155'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.334861'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351779'^^xsd:anyURI;
  dwc:observationDate '1961-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.65"^^xsd:decimal ;
  dwc:decimalLongitude "58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.65"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69086'^^xsd:string;
  dwc:scientificName 'Pseudopallene spinipes (Fabricius, 1780)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st147'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '58.55'^^xsd:double;
  dwc:latitude '70.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134658'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352801'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.083333 -89.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.083333 -89.05)"^^geo:wktLiteral ;
  geo-pos:lat "-71.083333"^^xsd:decimal ;
  geo-pos:long "-89.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69157'^^xsd:string;
  dwc:scientificName 'Nymphon gerlachei Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '10131/st.273'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-89.05'^^xsd:double;
  dwc:latitude '-71.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353167'^^xsd:anyURI;
  dwc:observationDate '1898-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '173415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.086650228 -4.7690391523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.086650228"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7690391523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.086650228 -4.7690391523)"^^geo:wktLiteral ;
  geo-pos:lat "54.086650228"^^xsd:decimal ;
  geo-pos:long "-4.7690391523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Port Erin" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69032'^^xsd:string;
  dwc:scientificName 'Ammothea simplex Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '0/Port Erin'^^xsd:string;
  dwc:continentOcean 'Irish Sea'^^xsd:string;
  dwc:country 'Isle of Man'^^xsd:string;
  dwc:longitude '-4.7690391523'^^xsd:double;
  dwc:latitude '54.086650228'^^xsd:double;
  dwc:coordinatePrecision '2500'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '150548'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.3191666666"^^xsd:decimal ;
  dwc:decimalLongitude "24.2180555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "314.30826853535484"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  geo-pos:lat "-70.3191666666"^^xsd:decimal ;
  geo-pos:long "24.2180555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "314.30826853535484"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69139'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st134'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.2180555555'^^xsd:double;
  dwc:latitude '-70.3191666666'^^xsd:double;
  dwc:coordinatePrecision '314.30826853535'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356857'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73141 7.41903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73141"^^xsd:decimal ;
  dwc:decimalLongitude "7.41903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73141 7.41903)"^^geo:wktLiteral ;
  geo-pos:lat "43.73141"^^xsd:decimal ;
  geo-pos:long "7.41903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69018'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Lefevre S.'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20168'^^xsd:integer;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.41903'^^xsd:double;
  dwc:latitude '43.73141'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20168'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357172'^^xsd:anyURI;
  dwc:observationDate '1955-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7286808598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9769934752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  geo-pos:lat "48.7286808598"^^xsd:decimal ;
  geo-pos:long "-3.9769934752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147/Roscoff" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69014'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147/Roscoff'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:continentOcean 'English Channel'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.9769934752'^^xsd:double;
  dwc:latitude '48.7286808598'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357634'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.3191666666"^^xsd:decimal ;
  dwc:decimalLongitude "24.2180555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "314.30826853535484"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  geo-pos:lat "-70.3191666666"^^xsd:decimal ;
  geo-pos:long "24.2180555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "314.30826853535484"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69069'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st134'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.2180555555'^^xsd:double;
  dwc:latitude '-70.3191666666'^^xsd:double;
  dwc:coordinatePrecision '314.30826853535'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359891'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.383333 12.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.383333"^^xsd:decimal ;
  dwc:decimalLongitude "12.883333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.383333 12.883333)"^^geo:wktLiteral ;
  geo-pos:lat "66.383333"^^xsd:decimal ;
  geo-pos:long "12.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69162'^^xsd:string;
  dwc:scientificName 'Nymphon gracilipes Heller, 1875'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.883333'^^xsd:double;
  dwc:latitude '66.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '150542'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362143'^^xsd:anyURI;
  dwc:observationDate '1938-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '150542'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.583333 58.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.583333"^^xsd:decimal ;
  dwc:decimalLongitude "58.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.583333 58.366667)"^^geo:wktLiteral ;
  geo-pos:lat "70.583333"^^xsd:decimal ;
  geo-pos:long "58.366667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69201'^^xsd:string;
  dwc:scientificName 'Nymphon serratum Sars, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st149'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.366667'^^xsd:double;
  dwc:latitude '70.583333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134707'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362226'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69203'^^xsd:string;
  dwc:scientificName 'Nymphon serratum Sars, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134707'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363183'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134707'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69199'^^xsd:string;
  dwc:scientificName 'Nymphon rubrum Hodge, 1865'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134705'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364425'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150520'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69057'^^xsd:string;
  dwc:scientificName 'Austroraptus praecox Calman, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st136'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '172967'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366024'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '172967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.083333 -89.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.083333 -89.05)"^^geo:wktLiteral ;
  geo-pos:lat "-71.083333"^^xsd:decimal ;
  geo-pos:long "-89.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69210'^^xsd:string;
  dwc:scientificName 'Pallenopsis pilosa (Hoek, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.273'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-89.05'^^xsd:double;
  dwc:latitude '-71.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '240119'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368287'^^xsd:anyURI;
  dwc:observationDate '1898-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '240119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.35 15.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.35"^^xsd:decimal ;
  dwc:decimalLongitude "15.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.35 15.1)"^^geo:wktLiteral ;
  geo-pos:lat "-26.35"^^xsd:decimal ;
  geo-pos:long "15.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69126'^^xsd:string;
  dwc:scientificName 'Nymphon adami Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'holotype'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '15.1'^^xsd:double;
  dwc:latitude '-26.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '239607'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370492'^^xsd:anyURI;
  dwc:observationDate '1937-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '239607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.65"^^xsd:decimal ;
  dwc:decimalLongitude "58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.65"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69115'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st147'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.55'^^xsd:double;
  dwc:latitude '70.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371283'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.318889"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "308.5213571583396"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.318889"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "308.5213571583396"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69068'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st133'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.318889'^^xsd:double;
  dwc:coordinatePrecision '308.52135715834'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372359'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6952247738 7.3154926867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6952247738"^^xsd:decimal ;
  dwc:decimalLongitude "7.3154926867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6952247738 7.3154926867)"^^geo:wktLiteral ;
  geo-pos:lat "43.6952247738"^^xsd:decimal ;
  geo-pos:long "7.3154926867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/Villefranche s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69017'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262/Villefranche s/Mer'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.3154926867'^^xsd:double;
  dwc:latitude '43.6952247738'^^xsd:double;
  dwc:coordinatePrecision '1500'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376918'^^xsd:anyURI;
  dwc:observationDate '1934-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.716667 -80.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.116667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.716667 -80.116667)"^^geo:wktLiteral ;
  geo-pos:lat "66.716667"^^xsd:decimal ;
  geo-pos:long "-80.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69169'^^xsd:string;
  dwc:scientificName 'Nymphon grossipes (Fabricius, 1780)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-80.116667'^^xsd:double;
  dwc:latitude '66.716667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377111'^^xsd:anyURI;
  dwc:observationDate '1927-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69192'^^xsd:string;
  dwc:scientificName 'Nymphon microrhynchum Sars, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134701'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382247'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134701'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69136'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382560'^^xsd:anyURI;
  dwc:observationDate '1965-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 54.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.65"^^xsd:decimal ;
  dwc:decimalLongitude "54.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 54.2)"^^geo:wktLiteral ;
  geo-pos:lat "70.65"^^xsd:decimal ;
  geo-pos:long "54.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/St163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69063'^^xsd:string;
  dwc:scientificName 'Eurycyde hispida (Kroyer, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/St163'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Mer Mourmane'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '54.2'^^xsd:double;
  dwc:latitude '70.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134630'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388720'^^xsd:anyURI;
  dwc:observationDate '1907-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69186'^^xsd:string;
  dwc:scientificName 'Nymphon leptocheles Sars, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134694'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389142'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '134694'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 1.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.75"^^xsd:decimal ;
  geo-pos:long "1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "26331/D504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69004'^^xsd:string;
  dwc:scientificName 'Achelia longipes (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '26331/D504'^^xsd:string;
  dwc:collector 'Lievrouw A.'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.6'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26331'^^xsd:anyURI;
  dwc:aphiaid '146893'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391070'^^xsd:anyURI;
  dwc:observationDate '1981-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69053'^^xsd:string;
  dwc:scientificName 'Ammothea minor (Hodgson, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st139'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '172932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393057'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '172932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.083333 12.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.083333"^^xsd:decimal ;
  dwc:decimalLongitude "12.766667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.083333 12.766667)"^^geo:wktLiteral ;
  geo-pos:lat "-13.083333"^^xsd:decimal ;
  geo-pos:long "12.766667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69128'^^xsd:string;
  dwc:scientificName 'Nymphon angolense Gordon, 1932'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st193'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.766667'^^xsd:double;
  dwc:latitude '-13.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '239962'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393168'^^xsd:anyURI;
  dwc:observationDate '1949-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '239962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.433333 60.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.433333"^^xsd:decimal ;
  dwc:decimalLongitude "60.916667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.433333 60.916667)"^^geo:wktLiteral ;
  geo-pos:lat "76.433333"^^xsd:decimal ;
  geo-pos:long "60.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69120'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st204'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Barentsz Sea'^^xsd:string;
  dwc:longitude '60.916667'^^xsd:double;
  dwc:latitude '76.433333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394094'^^xsd:anyURI;
  dwc:observationDate '1907-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.65"^^xsd:decimal ;
  dwc:decimalLongitude "58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.65"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69153'^^xsd:string;
  dwc:scientificName 'Nymphon elegans Hansen, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st147'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.55'^^xsd:double;
  dwc:latitude '70.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134686'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398738'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69167'^^xsd:string;
  dwc:scientificName 'Nymphon grossipes (Fabricius, 1780)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401440'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7286808598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9769934752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  geo-pos:lat "48.7286808598"^^xsd:decimal ;
  geo-pos:long "-3.9769934752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147/Roscoff" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-02-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69209'^^xsd:string;
  dwc:scientificName 'Pallene brevirostris Johnston, 1837'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147/Roscoff'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:continentOcean 'English Channel'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.9769934752'^^xsd:double;
  dwc:latitude '48.7286808598'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '150566'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401468'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134643'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.3"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.3"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69197'^^xsd:string;
  dwc:scientificName 'Nymphon multituberculatum Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st235'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173462'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402063'^^xsd:anyURI;
  dwc:observationDate '1967-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '173462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69077'^^xsd:string;
  dwc:scientificName 'Austropallene cristata (Bouvier, 1911)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173041'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402217'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5 -80)"^^geo:wktLiteral ;
  geo-pos:lat "66.5"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69168'^^xsd:string;
  dwc:scientificName 'Nymphon grossipes (Fabricius, 1780)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '66.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404636'^^xsd:anyURI;
  dwc:observationDate '1927-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.516667 57.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.516667"^^xsd:decimal ;
  dwc:decimalLongitude "57.133333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.516667 57.133333)"^^geo:wktLiteral ;
  geo-pos:lat "71.516667"^^xsd:decimal ;
  geo-pos:long "57.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69102'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st111'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.133333'^^xsd:double;
  dwc:latitude '71.516667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404780'^^xsd:anyURI;
  dwc:observationDate '1907-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69132'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st150'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405269'^^xsd:anyURI;
  dwc:observationDate '1961-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.183333 -71.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.133333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.183333 -71.133333)"^^geo:wktLiteral ;
  geo-pos:lat "30.183333"^^xsd:decimal ;
  geo-pos:long "-71.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st91" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69096'^^xsd:string;
  dwc:scientificName 'Endeis spinosa (Montagu, 1808)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st91'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-71.133333'^^xsd:double;
  dwc:latitude '30.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '134674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405463'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '134674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69145'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st232'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409330'^^xsd:anyURI;
  dwc:observationDate '1967-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73141 7.41903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73141"^^xsd:decimal ;
  dwc:decimalLongitude "7.41903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73141 7.41903)"^^geo:wktLiteral ;
  geo-pos:lat "43.73141"^^xsd:decimal ;
  geo-pos:long "7.41903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69148'^^xsd:string;
  dwc:scientificName 'Nymphon brevirostre Hodge, 1863'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Lefevre S.'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20168'^^xsd:integer;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.41903'^^xsd:double;
  dwc:latitude '43.73141'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20168'^^xsd:anyURI;
  dwc:aphiaid '150520'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411917'^^xsd:anyURI;
  dwc:observationDate '1955-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '150520'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69074'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st232'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412282'^^xsd:anyURI;
  dwc:observationDate '1967-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.318889"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "308.5213571583396"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.318889"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "308.5213571583396"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69156'^^xsd:string;
  dwc:scientificName 'Nymphon gracillimum Calman, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st133'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.318889'^^xsd:double;
  dwc:coordinatePrecision '308.52135715834'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '268020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413878'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70"^^xsd:decimal ;
  dwc:decimalLongitude "-80.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-70"^^xsd:decimal ;
  geo-pos:long "-80.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69184'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.652'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-80.833333'^^xsd:double;
  dwc:latitude '-70'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414917'^^xsd:anyURI;
  dwc:observationDate '1898-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69085'^^xsd:string;
  dwc:scientificName 'Pseudopallene malleolata (Sars, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134657'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422063'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '851553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.318889"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "308.5213571583396"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.318889"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "308.5213571583396"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F422841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/422841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69165'^^xsd:string;
  dwc:scientificName 'Nymphon biarticulatum (Hodgson, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st133'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.318889'^^xsd:double;
  dwc:coordinatePrecision '308.52135715834'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173374'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/422841'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05 -5.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.05 -5.85)"^^geo:wktLiteral ;
  geo-pos:lat "60.05"^^xsd:decimal ;
  geo-pos:long "-5.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F423829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/423829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69100'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.), Hoek H. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic ocean;Atlantic Ocean'^^xsd:string;
  dwc:longitude '-5.85'^^xsd:double;
  dwc:latitude '60.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/423829'^^xsd:anyURI;
  dwc:observationDate '1880-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69142'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st150'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424401'^^xsd:anyURI;
  dwc:observationDate '1961-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87039 1.58279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.87039"^^xsd:decimal ;
  dwc:decimalLongitude "1.58279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87039 1.58279)"^^geo:wktLiteral ;
  geo-pos:lat "50.87039"^^xsd:decimal ;
  geo-pos:long "1.58279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F424795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/424795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69218'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus (Kroyer, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8485'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.58279'^^xsd:double;
  dwc:latitude '50.87039'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8485'^^xsd:anyURI;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/424795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F426181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/426181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69071'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st150'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/426181'^^xsd:anyURI;
  dwc:observationDate '1961-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.383333 12.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.383333"^^xsd:decimal ;
  dwc:decimalLongitude "12.883333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.383333 12.883333)"^^geo:wktLiteral ;
  geo-pos:lat "66.383333"^^xsd:decimal ;
  geo-pos:long "12.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726/Autour de" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69205'^^xsd:string;
  dwc:scientificName 'Nymphon spinosissimum (Norman, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726/Autour de'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Norwegian Sea, Oceans'^^xsd:string;
  dwc:longitude '12.883333'^^xsd:double;
  dwc:latitude '66.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134709'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429184'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134712'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.616667 -16.01675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.616667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.01675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.616667 -16.01675)"^^geo:wktLiteral ;
  geo-pos:lat "23.616667"^^xsd:decimal ;
  geo-pos:long "-16.01675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F429836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/429836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/Rio de Oro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69173'^^xsd:string;
  dwc:scientificName 'Nymphon gruveli Bouvier, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/Rio de Oro'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-16.01675'^^xsd:double;
  dwc:latitude '23.616667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '134689'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/429836'^^xsd:anyURI;
  dwc:observationDate '1935-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '134689'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0425 6.85833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.0425"^^xsd:decimal ;
  dwc:decimalLongitude "6.85833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.0425 6.85833)"^^geo:wktLiteral ;
  geo-pos:lat "53.0425"^^xsd:decimal ;
  geo-pos:long "6.85833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F431851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/431851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147/Helder" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69198'^^xsd:string;
  dwc:scientificName 'Nymphon rubrum Hodge, 1865'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147/Helder'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '6.85833'^^xsd:double;
  dwc:latitude '53.0425'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134705'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/431851'^^xsd:anyURI;
  dwc:observationDate '1929-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150520'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75844 -2.69531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.75844"^^xsd:decimal ;
  dwc:decimalLongitude "-2.69531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75844 -2.69531)"^^geo:wktLiteral ;
  geo-pos:lat "54.75844"^^xsd:decimal ;
  geo-pos:long "-2.69531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F435803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/435803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "undefined" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.36761'^^xsd:string;
  dwc:scientificName 'Nymphon gracile Leach, 1814'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'undefined'^^xsd:string;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-2.69531'^^xsd:double;
  dwc:latitude '54.75844'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: slide; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8187'^^xsd:anyURI;
  dwc:aphiaid '134687'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/435803'^^xsd:anyURI;
  dwc:observationDate '1908-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '134687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.06795 -1.67511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.06795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.06795 -1.67511)"^^geo:wktLiteral ;
  geo-pos:lat "47.06795"^^xsd:decimal ;
  geo-pos:long "-1.67511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69099'^^xsd:string;
  dwc:scientificName 'Endeis spinosa (Montagu, 1808)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27177'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Boulogne'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.67511'^^xsd:double;
  dwc:latitude '47.06795'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27177'^^xsd:anyURI;
  dwc:aphiaid '134674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436530'^^xsd:anyURI;
  dwc:observationDate '1987-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '134674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F436857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/436857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69177'^^xsd:string;
  dwc:scientificName 'Nymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/436857'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78507 1.60297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78507"^^xsd:decimal ;
  dwc:decimalLongitude "1.60297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78507 1.60297)"^^geo:wktLiteral ;
  geo-pos:lat "50.78507"^^xsd:decimal ;
  geo-pos:long "1.60297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F437952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/437952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "26331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69224'^^xsd:string;
  dwc:scientificName 'Phoxichilidium femoratum (Rathke, 1799)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '26331'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.60297'^^xsd:double;
  dwc:latitude '50.78507'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26331'^^xsd:anyURI;
  dwc:aphiaid '134741'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/437952'^^xsd:anyURI;
  dwc:observationDate '1981-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '134741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.083333 -89.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.083333 -89.05)"^^geo:wktLiteral ;
  geo-pos:lat "-71.083333"^^xsd:decimal ;
  geo-pos:long "-89.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F440715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/440715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69182'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.273'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-89.05'^^xsd:double;
  dwc:latitude '-71.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/440715'^^xsd:anyURI;
  dwc:observationDate '1898-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-02-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69219'^^xsd:string;
  dwc:scientificName 'Anoplodactylus robustus (Dohrn, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134726'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444945'^^xsd:anyURI;
  dwc:observationDate '1929-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '134726'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F444946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/444946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69023'^^xsd:string;
  dwc:scientificName 'Anoplodactylus robustus (Dohrn, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134726'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/444946'^^xsd:anyURI;
  dwc:observationDate '1929-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '134726'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.366667 56.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.366667"^^xsd:decimal ;
  dwc:decimalLongitude "56.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.366667 56.983333)"^^geo:wktLiteral ;
  geo-pos:lat "71.366667"^^xsd:decimal ;
  geo-pos:long "56.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F445832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/445832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69103'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st116'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '56.983333'^^xsd:double;
  dwc:latitude '71.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/445832'^^xsd:anyURI;
  dwc:observationDate '1907-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78507 1.60297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78507"^^xsd:decimal ;
  dwc:decimalLongitude "1.60297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78507 1.60297)"^^geo:wktLiteral ;
  geo-pos:lat "50.78507"^^xsd:decimal ;
  geo-pos:long "1.60297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F446841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/446841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "26331/D526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69003'^^xsd:string;
  dwc:scientificName 'Achelia longipes (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '26331/D526'^^xsd:string;
  dwc:collector 'Vanmaele W'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.60297'^^xsd:double;
  dwc:latitude '50.78507'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26331'^^xsd:anyURI;
  dwc:aphiaid '146893'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/446841'^^xsd:anyURI;
  dwc:observationDate '1981-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.9 58.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.9"^^xsd:decimal ;
  dwc:decimalLongitude "58.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.9 58.466667)"^^geo:wktLiteral ;
  geo-pos:lat "70.9"^^xsd:decimal ;
  geo-pos:long "58.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69123'^^xsd:string;
  dwc:scientificName 'Chaetonymphon macronyx Sars, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st139'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '58.466667'^^xsd:double;
  dwc:latitude '70.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '848874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448626'^^xsd:anyURI;
  dwc:observationDate '1907-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '134700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F448714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/448714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69213'^^xsd:string;
  dwc:scientificName 'Pallenopsis vanhoeffeni Hodgson, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st232'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '240390'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/448714'^^xsd:anyURI;
  dwc:observationDate '1967-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '240390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87039 1.58279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.87039"^^xsd:decimal ;
  dwc:decimalLongitude "1.58279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87039 1.58279)"^^geo:wktLiteral ;
  geo-pos:lat "50.87039"^^xsd:decimal ;
  geo-pos:long "1.58279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F450472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/450472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69221'^^xsd:string;
  dwc:scientificName 'Pycnogonum littorale (Ström, 1762)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8486'^^xsd:integer;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.58279'^^xsd:double;
  dwc:latitude '50.87039'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8486'^^xsd:anyURI;
  dwc:aphiaid '134744'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/450472'^^xsd:anyURI;
  dwc:observationDate '1914-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '239867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.05 57.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.05"^^xsd:decimal ;
  dwc:decimalLongitude "57.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.05 57.8)"^^geo:wktLiteral ;
  geo-pos:lat "71.05"^^xsd:decimal ;
  geo-pos:long "57.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F453549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/453549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69109'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st132'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.8'^^xsd:double;
  dwc:latitude '71.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/453549'^^xsd:anyURI;
  dwc:observationDate '1907-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7286808598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9769934752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  geo-pos:lat "48.7286808598"^^xsd:decimal ;
  geo-pos:long "-3.9769934752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F456876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/456876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147/Roscoff" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69041'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147/Roscoff'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:continentOcean 'English Channel'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.9769934752'^^xsd:double;
  dwc:latitude '48.7286808598'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/456876'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.6 11.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.6"^^xsd:decimal ;
  dwc:decimalLongitude "11.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.6 11.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.6"^^xsd:decimal ;
  geo-pos:long "11.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F458864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/458864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69127'^^xsd:string;
  dwc:scientificName 'Nymphon angolense Gordon, 1932'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st110'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '11.45'^^xsd:double;
  dwc:latitude '-16.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '239962'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/458864'^^xsd:anyURI;
  dwc:observationDate '1949-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '239962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.6307066151 -82.8634643275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.6307066151"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8634643275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "13000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.6307066151 -82.8634643275)"^^geo:wktLiteral ;
  geo-pos:lat "24.6307066151"^^xsd:decimal ;
  geo-pos:long "-82.8634643275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "13000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F460479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/460479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Tortugas st20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69030'^^xsd:string;
  dwc:scientificName 'Ammothea  Leach, 1814'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Tortugas st20'^^xsd:string;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8634643275'^^xsd:double;
  dwc:latitude '24.6307066151'^^xsd:double;
  dwc:coordinatePrecision '13000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134569'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/460479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134569'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "84.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  geo-pos:lat "-70.25"^^xsd:decimal ;
  geo-pos:long "84.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69045'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.768'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Amundsen Sea, Antarctic Ocean'^^xsd:string;
  dwc:longitude '84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466247'^^xsd:anyURI;
  dwc:observationDate '1898-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "84.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  geo-pos:lat "-70.25"^^xsd:decimal ;
  geo-pos:long "84.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69044'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.768'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Amundsen Sea, Antarctic Ocean'^^xsd:string;
  dwc:longitude '84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466248'^^xsd:anyURI;
  dwc:observationDate '1898-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.333889 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.333889"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.333889 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.333889"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69134'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st161'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.333889'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466807'^^xsd:anyURI;
  dwc:observationDate '1961-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.75 -88.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.75"^^xsd:decimal ;
  dwc:decimalLongitude "-88.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.75 -88.83333)"^^geo:wktLiteral ;
  geo-pos:lat "20.75"^^xsd:decimal ;
  geo-pos:long "-88.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F466909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/466909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27558/MEX" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-01-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Merostomata'^^xsd:anyURI;
  dwc:catalogNumber 'INV.81457'^^xsd:string;
  dwc:scientificName 'Limulus polyphemus (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Briones-Fourzan P., Lozano-Alvarez E.'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27558/MEX'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-88.83333'^^xsd:double;
  dwc:latitude '20.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27558'^^xsd:anyURI;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/466909'^^xsd:anyURI;
  dwc:observationDate '1990-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 14.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.48"^^xsd:decimal ;
  dwc:decimalLongitude "14.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 14.16)"^^geo:wktLiteral ;
  geo-pos:lat "40.48"^^xsd:decimal ;
  geo-pos:long "14.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F468545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/468545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69059'^^xsd:string;
  dwc:scientificName 'Clotenia orbiculare (Wilson, 1878)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'station zoologique Naples'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9398'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.16'^^xsd:double;
  dwc:latitude '40.48'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:aphiaid '150586'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/468545'^^xsd:anyURI;
  dwc:observationDate '1930-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134635'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.366667 56.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.366667"^^xsd:decimal ;
  dwc:decimalLongitude "56.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.366667 56.95)"^^geo:wktLiteral ;
  geo-pos:lat "71.366667"^^xsd:decimal ;
  geo-pos:long "56.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F469623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/469623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69104'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st117'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '56.95'^^xsd:double;
  dwc:latitude '71.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/469623'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74"^^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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74 36)"^^geo:wktLiteral ;
  geo-pos:lat "74"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F473359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/473359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147 Ile St. Paul" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69055'^^xsd:string;
  dwc:scientificName 'Ammothea pribilofensis (Cole, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147 Ile St. Paul'^^xsd:string;
  dwc:yearCollected '1890'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '74'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/473359'^^xsd:anyURI;
  dwc:observationDate '1890-07-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.033339 14.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.033339"^^xsd:decimal ;
  dwc:decimalLongitude "14.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.033339 14.6)"^^geo:wktLiteral ;
  geo-pos:lat "26.033339"^^xsd:decimal ;
  geo-pos:long "14.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F474181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/474181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69150'^^xsd:string;
  dwc:scientificName 'Nymphon cognatum Loman, 1928'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Cape Bojador'^^xsd:string;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '14.6'^^xsd:double;
  dwc:latitude '26.033339'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '134685'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/474181'^^xsd:anyURI;
  dwc:observationDate '1935-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '134685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.06795 -1.67511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.06795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.06795 -1.67511)"^^geo:wktLiteral ;
  geo-pos:lat "47.06795"^^xsd:decimal ;
  geo-pos:long "-1.67511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F476213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/476213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69001'^^xsd:string;
  dwc:scientificName 'Achelia echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27177'^^xsd:integer;
  dwc:collector 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Boulogne'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.67511'^^xsd:double;
  dwc:latitude '47.06795'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27177'^^xsd:anyURI;
  dwc:aphiaid '134599'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/476213'^^xsd:anyURI;
  dwc:observationDate '1987-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6952247738 7.3154926867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6952247738"^^xsd:decimal ;
  dwc:decimalLongitude "7.3154926867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6952247738 7.3154926867)"^^geo:wktLiteral ;
  geo-pos:lat "43.6952247738"^^xsd:decimal ;
  geo-pos:long "7.3154926867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F477059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/477059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/Villefranche s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69035'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262/Villefranche s/Mer'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.3154926867'^^xsd:double;
  dwc:latitude '43.6952247738'^^xsd:double;
  dwc:coordinatePrecision '1500'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/477059'^^xsd:anyURI;
  dwc:observationDate '1934-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5 -80)"^^geo:wktLiteral ;
  geo-pos:lat "66.5"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F479991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/479991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69083'^^xsd:string;
  dwc:scientificName 'Pseudopallene circularis (Goodsir, 1842)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '66.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134655'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/479991'^^xsd:anyURI;
  dwc:observationDate '1927-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69058'^^xsd:string;
  dwc:scientificName 'Clotenia orbiculare (Wilson, 1878)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '150586'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481062'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134635'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.833333 14.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.833333"^^xsd:decimal ;
  dwc:decimalLongitude "14.666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.833333 14.666667)"^^geo:wktLiteral ;
  geo-pos:lat "66.833333"^^xsd:decimal ;
  geo-pos:long "14.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F481332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/481332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69176'^^xsd:string;
  dwc:scientificName 'Nymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '14.666667'^^xsd:double;
  dwc:latitude '66.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/481332'^^xsd:anyURI;
  dwc:observationDate '1938-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F484043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/484043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69202'^^xsd:string;
  dwc:scientificName 'Nymphon serratum Sars, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134707'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/484043'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134707'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.833333 14.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.833333"^^xsd:decimal ;
  dwc:decimalLongitude "14.666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.833333 14.666667)"^^geo:wktLiteral ;
  geo-pos:lat "66.833333"^^xsd:decimal ;
  geo-pos:long "14.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69088'^^xsd:string;
  dwc:scientificName 'Colossendeis angusta Sars, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '14.666667'^^xsd:double;
  dwc:latitude '66.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134659'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491101'^^xsd:anyURI;
  dwc:observationDate '1938-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '134659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12024 2.63419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12024"^^xsd:decimal ;
  dwc:decimalLongitude "2.63419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12024 2.63419)"^^geo:wktLiteral ;
  geo-pos:lat "51.12024"^^xsd:decimal ;
  geo-pos:long "2.63419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F491638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/491638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "17098/Koksijde Bad" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.35783'^^xsd:string;
  dwc:scientificName 'Pycnogonum littorale (Ström, 1762)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '17098/Koksijde Bad'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.63419'^^xsd:double;
  dwc:latitude '51.12024'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17098'^^xsd:anyURI;
  dwc:aphiaid '134744'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/491638'^^xsd:anyURI;
  dwc:observationDate '1950-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '239867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -53)"^^geo:wktLiteral ;
  geo-pos:lat "4"^^xsd:decimal ;
  geo-pos:long "-53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F492944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/492944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69222'^^xsd:string;
  dwc:scientificName 'Pentapycnon geayi Bouvier, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouvier E.L.'^^xsd:string;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1900'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '239616'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/492944'^^xsd:anyURI;
  dwc:observationDate '1900-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '239616'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.258056 -4.618334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.258056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.618334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.258056 -4.618334)"^^geo:wktLiteral ;
  geo-pos:lat "48.258056"^^xsd:decimal ;
  geo-pos:long "-4.618334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F496863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/496863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "31598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-10-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93052'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra Leach, 1815'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '31598'^^xsd:integer;
  dwc:collector 'd\'Udekem d\'Acoz Cédric (Dr.), Royal Belgian Institute of natural Sciences'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.618334'^^xsd:double;
  dwc:latitude '48.258056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:31598'^^xsd:anyURI;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/496863'^^xsd:anyURI;
  dwc:observationDate '2010-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.066667 17.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.066667"^^xsd:decimal ;
  dwc:decimalLongitude "17.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.066667 17.966667)"^^geo:wktLiteral ;
  geo-pos:lat "74.066667"^^xsd:decimal ;
  geo-pos:long "17.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F497255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/497255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69122'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Greenland Sea'^^xsd:string;
  dwc:longitude '17.966667'^^xsd:double;
  dwc:latitude '74.066667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/497255'^^xsd:anyURI;
  dwc:observationDate '1931-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.666681 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.666681"^^xsd:decimal ;
  dwc:decimalLongitude "58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.666681 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.666681"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69152'^^xsd:string;
  dwc:scientificName 'Nymphon elegans Hansen, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st146'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.55'^^xsd:double;
  dwc:latitude '70.666681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134686'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499583'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "56.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.6)"^^geo:wktLiteral ;
  geo-pos:lat "70.333333"^^xsd:decimal ;
  geo-pos:long "56.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F499971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/499971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69119'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st161'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Mourmane'^^xsd:string;
  dwc:longitude '56.6'^^xsd:double;
  dwc:latitude '70.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/499971'^^xsd:anyURI;
  dwc:observationDate '1907-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1750461.1965791504"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1750461.1965791504"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F500122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/500122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69062'^^xsd:string;
  dwc:scientificName 'Eurycyde hispida (Kroyer, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1750461.1965792'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134630'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/500122'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '134630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.334861"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.334861"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F502683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/502683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69179'^^xsd:string;
  dwc:scientificName 'Nymphon lanare Hodgson, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st155'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.334861'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173432'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/502683'^^xsd:anyURI;
  dwc:observationDate '1961-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '173432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.766667 -79.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.766667 -79.25)"^^geo:wktLiteral ;
  geo-pos:lat "66.766667"^^xsd:decimal ;
  geo-pos:long "-79.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F506777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/506777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69084'^^xsd:string;
  dwc:scientificName 'Pseudopallene circularis (Goodsir, 1842)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-79.25'^^xsd:double;
  dwc:latitude '66.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134655'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/506777'^^xsd:anyURI;
  dwc:observationDate '1927-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.383333 12.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.383333"^^xsd:decimal ;
  dwc:decimalLongitude "12.883333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.383333 12.883333)"^^geo:wktLiteral ;
  geo-pos:lat "66.383333"^^xsd:decimal ;
  geo-pos:long "12.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69170'^^xsd:string;
  dwc:scientificName 'Nymphon grossipes (Fabricius, 1780)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.883333'^^xsd:double;
  dwc:latitude '66.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507458'^^xsd:anyURI;
  dwc:observationDate '1938-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.333889 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.333889"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.333889 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.333889"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F507702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/507702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69089'^^xsd:string;
  dwc:scientificName 'Colossendeis frigida Hodgson, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st161'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.333889'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '370768'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/507702'^^xsd:anyURI;
  dwc:observationDate '1961-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '173198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F509481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/509481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69181'^^xsd:string;
  dwc:scientificName 'Nymphon lanare Hodgson, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173432'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/509481'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173432'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F512727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/512727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69191'^^xsd:string;
  dwc:scientificName 'Nymphon mendosum (Hodgson, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/512727'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.29 -4.567778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.29"^^xsd:decimal ;
  dwc:decimalLongitude "-4.567778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.29 -4.567778)"^^geo:wktLiteral ;
  geo-pos:lat "48.29"^^xsd:decimal ;
  geo-pos:long "-4.567778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F513162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/513162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "31598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-10-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93128'^^xsd:string;
  dwc:scientificName 'Eurydice pulchra Leach, 1815'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '31598'^^xsd:integer;
  dwc:collector 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.567778'^^xsd:double;
  dwc:latitude '48.29'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:31598'^^xsd:anyURI;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/513162'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45 -21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.45"^^xsd:decimal ;
  dwc:decimalLongitude "-21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45 -21)"^^geo:wktLiteral ;
  geo-pos:lat "66.45"^^xsd:decimal ;
  geo-pos:long "-21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726/Autour de" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69204'^^xsd:string;
  dwc:scientificName 'Nymphon spinosissimum (Norman, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726/Autour de'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-21'^^xsd:integer;
  dwc:latitude '66.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134709'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515282'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134712'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.583333 58.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.583333"^^xsd:decimal ;
  dwc:decimalLongitude "58.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.583333 58.366667)"^^geo:wktLiteral ;
  geo-pos:lat "70.583333"^^xsd:decimal ;
  geo-pos:long "58.366667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F515341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/515341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69116'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st149'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.366667'^^xsd:double;
  dwc:latitude '70.583333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/515341'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.7032179133 -15.9379577497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.7032179133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9379577497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.7032179133 -15.9379577497)"^^geo:wktLiteral ;
  geo-pos:lat "23.7032179133"^^xsd:decimal ;
  geo-pos:long "-15.9379577497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F516831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/516831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Villa Cisneros" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93651'^^xsd:string;
  dwc:scientificName 'Nymphon gruveli Bouvier, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Villa Cisneros'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-15.9379577497'^^xsd:double;
  dwc:latitude '23.7032179133'^^xsd:double;
  dwc:coordinatePrecision '7000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134689'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/516831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134689'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69092'^^xsd:string;
  dwc:scientificName 'Colossendeis proboscidea (Sabine, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134669'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518390'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134669'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F518857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/518857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69054'^^xsd:string;
  dwc:scientificName 'Ammothea minor (Hodgson, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694'^^xsd:integer;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '172932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/518857'^^xsd:anyURI;
  dwc:observationDate '1967-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '172932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-02-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69214'^^xsd:string;
  dwc:scientificName 'Anoplodactylus angulatus (Dohrn, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134714'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519727'^^xsd:anyURI;
  dwc:observationDate '1929-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '134714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F519728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/519728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69029'^^xsd:string;
  dwc:scientificName 'Anoplodactylus angulatus (Dohrn, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134714'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/519728'^^xsd:anyURI;
  dwc:observationDate '1929-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '134714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F520532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/520532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69015'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/520532'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73141 7.41903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73141"^^xsd:decimal ;
  dwc:decimalLongitude "7.41903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73141 7.41903)"^^geo:wktLiteral ;
  geo-pos:lat "43.73141"^^xsd:decimal ;
  geo-pos:long "7.41903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/521797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69227'^^xsd:string;
  dwc:scientificName 'Phoxichilidium femoratum (Rathke, 1799)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Lefevre S.'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20168'^^xsd:integer;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.41903'^^xsd:double;
  dwc:latitude '43.73141'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20168'^^xsd:anyURI;
  dwc:aphiaid '134741'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/521797'^^xsd:anyURI;
  dwc:observationDate '1955-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '134741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.766667 -79.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.766667 -79.25)"^^geo:wktLiteral ;
  geo-pos:lat "66.766667"^^xsd:decimal ;
  geo-pos:long "-79.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F521856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/521856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69065'^^xsd:string;
  dwc:scientificName 'Eurycyde hispida (Kroyer, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-79.25'^^xsd:double;
  dwc:latitude '66.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134630'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/521856'^^xsd:anyURI;
  dwc:observationDate '1927-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.416667"^^xsd:decimal ;
  dwc:decimalLongitude "57.933333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.416667 57.933333)"^^geo:wktLiteral ;
  geo-pos:lat "70.416667"^^xsd:decimal ;
  geo-pos:long "57.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F524458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/524458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2011-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69149'^^xsd:string;
  dwc:scientificName 'Nymphon brevitarse Kroyer, 1838'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st153'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/524458'^^xsd:anyURI;
  dwc:observationDate '1907-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134682'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.033333 169.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.033333"^^xsd:decimal ;
  dwc:decimalLongitude "169.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.033333 169.5)"^^geo:wktLiteral ;
  geo-pos:lat "52.033333"^^xsd:decimal ;
  geo-pos:long "169.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F525932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/525932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69093'^^xsd:string;
  dwc:scientificName 'Rhopalorhynchus brevis Giltay, 1936'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '169.5'^^xsd:double;
  dwc:latitude '52.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/525932'^^xsd:anyURI;
  dwc:observationDate '1893-07-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.466667 56.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.466667"^^xsd:decimal ;
  dwc:decimalLongitude "56.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.466667 56.95)"^^geo:wktLiteral ;
  geo-pos:lat "71.466667"^^xsd:decimal ;
  geo-pos:long "56.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69151'^^xsd:string;
  dwc:scientificName 'Nymphon elegans Hansen, 1887'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st119'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '56.95'^^xsd:double;
  dwc:latitude '71.466667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134686'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530766'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '134686'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.334861"^^xsd:decimal ;
  dwc:decimalLongitude "24.217778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "108.44237476110523"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.334861 24.217778)"^^geo:wktLiteral ;
  geo-pos:lat "-70.334861"^^xsd:decimal ;
  geo-pos:long "24.217778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "108.44237476110523"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F530971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/530971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69196'^^xsd:string;
  dwc:scientificName 'Nymphon multituberculatum Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st155'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '24.217778'^^xsd:double;
  dwc:latitude '-70.334861'^^xsd:double;
  dwc:coordinatePrecision '108.44237476111'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173462'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/530971'^^xsd:anyURI;
  dwc:observationDate '1961-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '173462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.666681 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.666681"^^xsd:decimal ;
  dwc:decimalLongitude "58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.666681 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.666681"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F531440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/531440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69114'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st146'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.55'^^xsd:double;
  dwc:latitude '70.666681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/531440'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.133333 57.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.133333"^^xsd:decimal ;
  dwc:decimalLongitude "57.416667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.133333 57.416667)"^^geo:wktLiteral ;
  geo-pos:lat "71.133333"^^xsd:decimal ;
  geo-pos:long "57.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F532054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/532054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69108'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st130'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57.416667'^^xsd:double;
  dwc:latitude '71.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/532054'^^xsd:anyURI;
  dwc:observationDate '1907-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69164'^^xsd:string;
  dwc:scientificName 'Nymphon gracilipes Heller, 1875'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '150542'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534100'^^xsd:anyURI;
  dwc:observationDate '1938-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '150542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69056'^^xsd:string;
  dwc:scientificName 'Ascorhynchus castelli (Dohrn, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134621'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534522'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134621'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F534523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/534523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69019'^^xsd:string;
  dwc:scientificName 'Ascorhynchus castelli (Dohrn, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134621'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/534523'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134621'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F537715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/537715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-02-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69217'^^xsd:string;
  dwc:scientificName 'Anoplodactylus petiolatus (Kroyer, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134723'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/537715'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134723'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.516681 57.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.516681"^^xsd:decimal ;
  dwc:decimalLongitude "57.133333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.516681 57.133333)"^^geo:wktLiteral ;
  geo-pos:lat "71.516681"^^xsd:decimal ;
  geo-pos:long "57.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F540843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/540843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69101'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st110'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.133333'^^xsd:double;
  dwc:latitude '71.516681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/540843'^^xsd:anyURI;
  dwc:observationDate '1907-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F541765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/541765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93644'^^xsd:string;
  dwc:scientificName 'Nymphon gerlachei Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '10131/st.293'^^xsd:string;
  dwc:startYearCollected '1897'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/541765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '173415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.06795 -1.67511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.06795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.06795 -1.67511)"^^geo:wktLiteral ;
  geo-pos:lat "47.06795"^^xsd:decimal ;
  geo-pos:long "-1.67511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F543286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/543286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69012'^^xsd:string;
  dwc:scientificName 'Achelia longipes (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27177'^^xsd:integer;
  dwc:collector 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Boulogne'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.67511'^^xsd:double;
  dwc:latitude '47.06795'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27177'^^xsd:anyURI;
  dwc:aphiaid '146893'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/543286'^^xsd:anyURI;
  dwc:observationDate '1987-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "56.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.6)"^^geo:wktLiteral ;
  geo-pos:lat "70.333333"^^xsd:decimal ;
  geo-pos:long "56.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F544541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/544541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69194'^^xsd:string;
  dwc:scientificName 'Nymphon mixtum Kroyer, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st159'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Mourmane'^^xsd:string;
  dwc:longitude '56.6'^^xsd:double;
  dwc:latitude '70.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '150541'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/544541'^^xsd:anyURI;
  dwc:observationDate '1907-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.633333 58.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.633333"^^xsd:decimal ;
  dwc:decimalLongitude "58.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.633333 58.5)"^^geo:wktLiteral ;
  geo-pos:lat "70.633333"^^xsd:decimal ;
  geo-pos:long "58.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F545037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/545037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69113'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st143'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.5'^^xsd:double;
  dwc:latitude '70.633333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/545037'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.65 -15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.65"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.65 -15)"^^geo:wktLiteral ;
  geo-pos:lat "24.65"^^xsd:decimal ;
  geo-pos:long "-15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F546144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/546144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69172'^^xsd:string;
  dwc:scientificName 'Nymphon gruveli Bouvier, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '24.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '134689'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/546144'^^xsd:anyURI;
  dwc:observationDate '1935-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134689'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F551524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/551524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69090'^^xsd:string;
  dwc:scientificName 'Colossendeis megalonyx Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krupp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st232'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/551524'^^xsd:anyURI;
  dwc:observationDate '1967-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '173198'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70"^^xsd:decimal ;
  dwc:decimalLongitude "-80.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -80.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-70"^^xsd:decimal ;
  geo-pos:long "-80.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F554595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/554595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69211'^^xsd:string;
  dwc:scientificName 'Pallenopsis pilosa (Hoek, 1881)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.652'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-80.833333'^^xsd:double;
  dwc:latitude '-70'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '240119'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/554595'^^xsd:anyURI;
  dwc:observationDate '1898-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '240119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.29 -4.567778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.29"^^xsd:decimal ;
  dwc:decimalLongitude "-4.567778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.29 -4.567778)"^^geo:wktLiteral ;
  geo-pos:lat "48.29"^^xsd:decimal ;
  geo-pos:long "-4.567778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F555553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/555553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "31598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-10-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93129'^^xsd:string;
  dwc:scientificName 'Eurydice affinis Hansen, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '31598'^^xsd:integer;
  dwc:collector 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.567778'^^xsd:double;
  dwc:latitude '48.29'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:31598'^^xsd:anyURI;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/555553'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12024 2.63419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12024"^^xsd:decimal ;
  dwc:decimalLongitude "2.63419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12024 2.63419)"^^geo:wktLiteral ;
  geo-pos:lat "51.12024"^^xsd:decimal ;
  geo-pos:long "2.63419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F556410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/556410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "17098/Koksijde Bad" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.35782'^^xsd:string;
  dwc:scientificName 'Pycnogonum littorale (Ström, 1762)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '17098/Koksijde Bad'^^xsd:string;
  dwc:yearCollected '1950'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '2.63419'^^xsd:double;
  dwc:latitude '51.12024'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17098'^^xsd:anyURI;
  dwc:aphiaid '134744'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/556410'^^xsd:anyURI;
  dwc:observationDate '1950-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '239867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.318889"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "308.5213571583396"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.318889 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.318889"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "308.5213571583396"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F559583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/559583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69190'^^xsd:string;
  dwc:scientificName 'Nymphon mendosum (Hodgson, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st133'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.318889'^^xsd:double;
  dwc:coordinatePrecision '308.52135715834'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/559583'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F562061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/562061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69206'^^xsd:string;
  dwc:scientificName 'Nymphon strömii Kroyer, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '266362'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/562061'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '134711'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.317778"^^xsd:decimal ;
  dwc:decimalLongitude "24.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "317.7320206105817"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.317778 24.201667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.317778"^^xsd:decimal ;
  geo-pos:long "24.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "317.7320206105817"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F563710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/563710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69207'^^xsd:string;
  dwc:scientificName 'Pentanymphon antarcticum Hodgson, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st136'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '24.201667'^^xsd:double;
  dwc:latitude '-70.317778'^^xsd:double;
  dwc:coordinatePrecision '317.73202061058'^^xsd:double;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173532'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/563710'^^xsd:anyURI;
  dwc:observationDate '1961-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '173532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.316667 24.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.316667"^^xsd:decimal ;
  dwc:decimalLongitude "24.233333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.316667 24.233333)"^^geo:wktLiteral ;
  geo-pos:lat "-70.316667"^^xsd:decimal ;
  geo-pos:long "24.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F568676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/568676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69073,INV.69075'^^xsd:string;
  dwc:scientificName 'Austropallene cornigera (Möbius, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st236'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '24.233333'^^xsd:double;
  dwc:latitude '-70.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173040'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/568676'^^xsd:anyURI;
  dwc:observationDate '1967-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173040'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.258056 -4.618334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.258056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.618334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.258056 -4.618334)"^^geo:wktLiteral ;
  geo-pos:lat "48.258056"^^xsd:decimal ;
  geo-pos:long "-4.618334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F569221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/569221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "31598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2016-10-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93051'^^xsd:string;
  dwc:scientificName 'Eurydice affinis Hansen, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'd\'Udekem d\'Acoz Cédric (Dr.)'^^xsd:string;
  dwc:yearIdentified '2010'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '31598'^^xsd:integer;
  dwc:collector 'd\'Udekem d\'Acoz Cédric (Dr.), Royal Belgian Institute of natural Sciences'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.618334'^^xsd:double;
  dwc:latitude '48.258056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:31598'^^xsd:anyURI;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/569221'^^xsd:anyURI;
  dwc:observationDate '2010-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.316667 57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.316667"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.316667 57)"^^geo:wktLiteral ;
  geo-pos:lat "71.316667"^^xsd:decimal ;
  geo-pos:long "57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F570881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/570881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69106'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st121'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '57'^^xsd:integer;
  dwc:latitude '71.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/570881'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.316667 24.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.316667"^^xsd:decimal ;
  dwc:decimalLongitude "24.233333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.316667 24.233333)"^^geo:wktLiteral ;
  geo-pos:lat "-70.316667"^^xsd:decimal ;
  geo-pos:long "24.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694/st236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69144'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694/st236'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '24.233333'^^xsd:double;
  dwc:latitude '-70.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571742'^^xsd:anyURI;
  dwc:observationDate '1967-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F571788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/571788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69138'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/571788'^^xsd:anyURI;
  dwc:observationDate '1967-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 54.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.65"^^xsd:decimal ;
  dwc:decimalLongitude "54.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.65 54.2)"^^geo:wktLiteral ;
  geo-pos:lat "70.65"^^xsd:decimal ;
  geo-pos:long "54.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F572336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/572336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/St163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-30'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69189'^^xsd:string;
  dwc:scientificName 'Nymphon longitarse Kroyer, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/St163'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Mer Mourmane'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '54.2'^^xsd:double;
  dwc:latitude '70.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134696'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/572336'^^xsd:anyURI;
  dwc:observationDate '1907-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69131'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st148'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573392'^^xsd:anyURI;
  dwc:observationDate '1961-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "1.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 1.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.75"^^xsd:decimal ;
  geo-pos:long "1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F573462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/573462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "26331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69009'^^xsd:string;
  dwc:scientificName 'Achelia longipes (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Wouters Karel (Dr.)'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '26331'^^xsd:integer;
  dwc:collector 'Lievrouw A.'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.6'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: slide; preservation method: glycerine'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:26331'^^xsd:anyURI;
  dwc:aphiaid '146893'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/573462'^^xsd:anyURI;
  dwc:observationDate '1981-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4 16.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4"^^xsd:decimal ;
  dwc:decimalLongitude "16.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4 16.333333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4"^^xsd:decimal ;
  geo-pos:long "16.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F580679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/580679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11626/Atlantic" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69187'^^xsd:string;
  dwc:scientificName 'Nymphon leptocheles Sars, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11626/Atlantic'^^xsd:string;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '16.333333'^^xsd:double;
  dwc:latitude '63.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11626'^^xsd:anyURI;
  dwc:aphiaid '134694'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/580679'^^xsd:anyURI;
  dwc:observationDate '1938-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134694'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 -84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "-84.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 -84.1)"^^geo:wktLiteral ;
  geo-pos:lat "-70.25"^^xsd:decimal ;
  geo-pos:long "-84.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69185'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.768'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "56.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.6)"^^geo:wktLiteral ;
  geo-pos:lat "70.333333"^^xsd:decimal ;
  geo-pos:long "56.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F581765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/581765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69118'^^xsd:string;
  dwc:scientificName 'Chaetonymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st159'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Mourmane'^^xsd:string;
  dwc:longitude '56.6'^^xsd:double;
  dwc:latitude '70.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '254700'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/581765'^^xsd:anyURI;
  dwc:observationDate '1907-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F583970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/583970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69208'^^xsd:string;
  dwc:scientificName 'Pentanymphon antarcticum Hodgson, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173532'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/583970'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '173532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.233333 -89.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.233333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.233333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.233333 -89.233333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.233333"^^xsd:decimal ;
  geo-pos:long "-89.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F585331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/585331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-07-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69183'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.291'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-89.233333'^^xsd:double;
  dwc:latitude '-71.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/585331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.583333 58.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.583333"^^xsd:decimal ;
  dwc:decimalLongitude "58.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.583333 58.366667)"^^geo:wktLiteral ;
  geo-pos:lat "70.583333"^^xsd:decimal ;
  geo-pos:long "58.366667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F586029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/586029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/St149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69087'^^xsd:string;
  dwc:scientificName 'Pseudopallene malleolata (Sars, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/St149'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '58.366667'^^xsd:double;
  dwc:latitude '70.583333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134657'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/586029'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '851553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F587581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/587581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69061'^^xsd:string;
  dwc:scientificName 'Trygaeus communis Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134636'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/587581'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1644209'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.3191666666"^^xsd:decimal ;
  dwc:decimalLongitude "24.2180555555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "314.30826853535484"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.3191666666 24.2180555555)"^^geo:wktLiteral ;
  geo-pos:lat "-70.3191666666"^^xsd:decimal ;
  geo-pos:long "24.2180555555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "314.30826853535484"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F590499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/590499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69230'^^xsd:string;
  dwc:scientificName 'Pentanymphon antarcticum Hodgson, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st134'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '24.2180555555'^^xsd:double;
  dwc:latitude '-70.3191666666'^^xsd:double;
  dwc:coordinatePrecision '314.30826853535'^^xsd:double;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173532'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/590499'^^xsd:anyURI;
  dwc:observationDate '1961-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '173532'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F592741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/592741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22311/st148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69141'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1963'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22311/st148'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22311'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/592741'^^xsd:anyURI;
  dwc:observationDate '1961-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.966667 58.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.966667"^^xsd:decimal ;
  dwc:decimalLongitude "58.066667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.966667 58.066667)"^^geo:wktLiteral ;
  geo-pos:lat "70.966667"^^xsd:decimal ;
  geo-pos:long "58.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F594098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/594098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69112'^^xsd:string;
  dwc:scientificName 'Boreonymphon robustum (Bell, 1855)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st138'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Cara See'^^xsd:string;
  dwc:longitude '58.066667'^^xsd:double;
  dwc:latitude '70.966667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '134679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/594098'^^xsd:anyURI;
  dwc:observationDate '1907-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '134679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F621098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F621098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F621098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.416667 12.541666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "12.541666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F621098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.416667 12.541666)"^^geo:wktLiteral ;
  geo-pos:lat "-13.416667"^^xsd:decimal ;
  geo-pos:long "12.541666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F621098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/621098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.101499'^^xsd:string;
  dwc:scientificName 'Pycnogonum pusillum Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:yearIdentified '1951'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st113'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.541666'^^xsd:double;
  dwc:latitude '-13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '134747'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/621098'^^xsd:anyURI;
  dwc:observationDate '1949-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '240137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F709838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F709838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F709838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F709838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F709838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/709838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "WED96" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-03-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.102667'^^xsd:string;
  dwc:scientificName 'Dodecolopoda mawsoni Calman & Gordon, 1933'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fiers Frank (Dr.)'^^xsd:string;
  dwc:yearIdentified '2012'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'WED96'^^xsd:string;
  dwc:collector 'Chapelle Gauthier (M.), De Broyer Claude (Dr.), Rauschert M'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: glas container; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:28252'^^xsd:anyURI;
  dwc:aphiaid '173246'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/709838'^^xsd:anyURI;
  dwc:observationDate '1996-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '173246'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F722776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F722776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F722776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.583333 -16.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F722776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.583333 -16.333333)"^^geo:wktLiteral ;
  geo-pos:lat "63.583333"^^xsd:decimal ;
  geo-pos:long "-16.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F722776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/722776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.35788'^^xsd:string;
  dwc:scientificName 'Nymphon sp'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Houvenhaghel'^^xsd:string;
  dwc:yearIdentified '1960'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22161'^^xsd:integer;
  dwc:collector 'Houvenhaghel'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Iceland Sea'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.333333'^^xsd:double;
  dwc:latitude '63.583333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22161'^^xsd:anyURI;
  dwc:aphiaid '134591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/722776'^^xsd:anyURI;
  dwc:observationDate '1960-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134591'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93645'^^xsd:string;
  dwc:scientificName 'Nymphon gerlachei Giltay, 1937'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '10131/st.293'^^xsd:string;
  dwc:startYearCollected '1897'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:continentOcean 'Bellingshausen Sea'^^xsd:string;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173415'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '173415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "84.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  geo-pos:lat "-70.25"^^xsd:decimal ;
  geo-pos:long "84.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93652'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.768'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Amundsen Sea, Antarctic Ocean'^^xsd:string;
  dwc:longitude '84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752619'^^xsd:anyURI;
  dwc:observationDate '1898-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "84.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  geo-pos:lat "-70.25"^^xsd:decimal ;
  geo-pos:long "84.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93657'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.768'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Amundsen Sea, Antarctic Ocean'^^xsd:string;
  dwc:longitude '84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752620'^^xsd:anyURI;
  dwc:observationDate '1898-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.25"^^xsd:decimal ;
  dwc:decimalLongitude "84.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "570"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.25 84.1)"^^geo:wktLiteral ;
  geo-pos:lat "-70.25"^^xsd:decimal ;
  geo-pos:long "84.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69043'^^xsd:string;
  dwc:scientificName 'Nymphon longicoxa Hoek, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.768'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Amundsen Sea, Antarctic Ocean'^^xsd:string;
  dwc:longitude '84.1'^^xsd:double;
  dwc:latitude '-70.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '570'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173441'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752621'^^xsd:anyURI;
  dwc:observationDate '1898-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '173441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4894412445"^^xsd:decimal ;
  dwc:decimalLongitude "3.1488704707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  geo-pos:lat "42.4894412445"^^xsd:decimal ;
  geo-pos:long "3.1488704707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93660'^^xsd:string;
  dwc:scientificName 'Trygaeus communis Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls s/Mer'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1488704707'^^xsd:double;
  dwc:latitude '42.4894412445'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134636'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752684'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1644209'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4894412445"^^xsd:decimal ;
  dwc:decimalLongitude "3.1488704707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  geo-pos:lat "42.4894412445"^^xsd:decimal ;
  geo-pos:long "3.1488704707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93661'^^xsd:string;
  dwc:scientificName 'Trygaeus communis Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls s/Mer'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1488704707'^^xsd:double;
  dwc:latitude '42.4894412445'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134636'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752685'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1644209'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4894412445"^^xsd:decimal ;
  dwc:decimalLongitude "3.1488704707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  geo-pos:lat "42.4894412445"^^xsd:decimal ;
  geo-pos:long "3.1488704707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93662'^^xsd:string;
  dwc:scientificName 'Trygaeus communis Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls s/Mer'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1488704707'^^xsd:double;
  dwc:latitude '42.4894412445'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '134636'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752686'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1644209'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4894412445"^^xsd:decimal ;
  dwc:decimalLongitude "3.1488704707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  geo-pos:lat "42.4894412445"^^xsd:decimal ;
  geo-pos:long "3.1488704707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93670'^^xsd:string;
  dwc:scientificName 'Pallene emaciata Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls s/Mer'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1488704707'^^xsd:double;
  dwc:latitude '42.4894412445'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '150572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752736'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '150563'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4894412445"^^xsd:decimal ;
  dwc:decimalLongitude "3.1488704707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4894412445 3.1488704707)"^^geo:wktLiteral ;
  geo-pos:lat "42.4894412445"^^xsd:decimal ;
  geo-pos:long "3.1488704707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93671'^^xsd:string;
  dwc:scientificName 'Pallene emaciata Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls s/Mer'^^xsd:string;
  dwc:collector 'Leloup Eugéne'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1488704707'^^xsd:double;
  dwc:latitude '42.4894412445'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '150572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752737'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '150563'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6972931606 7.3116159452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6972931606"^^xsd:decimal ;
  dwc:decimalLongitude "7.3116159452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6972931606 7.3116159452)"^^geo:wktLiteral ;
  geo-pos:lat "43.6972931606"^^xsd:decimal ;
  geo-pos:long "7.3116159452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/Villefranche s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93669'^^xsd:string;
  dwc:scientificName 'Pallene phantoma Dohrn, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262/Villefranche s/Mer'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.3116159452'^^xsd:double;
  dwc:latitude '43.6972931606'^^xsd:double;
  dwc:coordinatePrecision '1500'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '150573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752757'^^xsd:anyURI;
  dwc:observationDate '1934-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2742601317 -59.8278807476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2742601317"^^xsd:decimal ;
  dwc:decimalLongitude "-59.8278807476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "85000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2742601317 -59.8278807476)"^^geo:wktLiteral ;
  geo-pos:lat "47.2742601317"^^xsd:decimal ;
  geo-pos:long "-59.8278807476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "85000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Cabot Strait" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93667'^^xsd:string;
  dwc:scientificName 'Pallenopsis longirostris Wilson, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Cabot Strait'^^xsd:string;
  dwc:yearCollected '1917'^^xsd:integer;
  dwc:continentOcean 'Cabot Strait, Détroit de Cabot'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-59.8278807476'^^xsd:double;
  dwc:latitude '47.2742601317'^^xsd:double;
  dwc:coordinatePrecision '85000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752813'^^xsd:anyURI;
  dwc:observationDate '1917-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '239916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2742601317 -59.8278807476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2742601317"^^xsd:decimal ;
  dwc:decimalLongitude "-59.8278807476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "85000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2742601317 -59.8278807476)"^^geo:wktLiteral ;
  geo-pos:lat "47.2742601317"^^xsd:decimal ;
  geo-pos:long "-59.8278807476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "85000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Cabot Strait" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93668'^^xsd:string;
  dwc:scientificName 'Pallenopsis longirostris Wilson, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Cabot Strait'^^xsd:string;
  dwc:yearCollected '1917'^^xsd:integer;
  dwc:continentOcean 'Cabot Strait, Détroit de Cabot'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-59.8278807476'^^xsd:double;
  dwc:latitude '47.2742601317'^^xsd:double;
  dwc:coordinatePrecision '85000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752815'^^xsd:anyURI;
  dwc:observationDate '1917-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '239916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2742601317 -59.8278807476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2742601317"^^xsd:decimal ;
  dwc:decimalLongitude "-59.8278807476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "85000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2742601317 -59.8278807476)"^^geo:wktLiteral ;
  geo-pos:lat "47.2742601317"^^xsd:decimal ;
  geo-pos:long "-59.8278807476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "85000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Cabot Strait" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.93666'^^xsd:string;
  dwc:scientificName 'Pallenopsis longirostris Wilson, 1881'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Cabot Strait'^^xsd:string;
  dwc:yearCollected '1917'^^xsd:integer;
  dwc:continentOcean 'Cabot Strait, Détroit de Cabot'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-59.8278807476'^^xsd:double;
  dwc:latitude '47.2742601317'^^xsd:double;
  dwc:coordinatePrecision '85000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752818'^^xsd:anyURI;
  dwc:observationDate '1917-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '239916'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.7032179133 -15.9379577497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.7032179133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9379577497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "7000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.7032179133 -15.9379577497)"^^geo:wktLiteral ;
  geo-pos:lat "23.7032179133"^^xsd:decimal ;
  geo-pos:long "-15.9379577497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "7000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Villa Cisneros" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69046'^^xsd:string;
  dwc:scientificName 'Nymphon gruveli Bouvier, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Villa Cisneros'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-15.9379577497'^^xsd:double;
  dwc:latitude '23.7032179133'^^xsd:double;
  dwc:coordinatePrecision '7000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134689'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134689'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1567382456 -4.4652843431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1567382456"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4652843431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1567382456 -4.4652843431)"^^geo:wktLiteral ;
  geo-pos:lat "54.1567382456"^^xsd:decimal ;
  geo-pos:long "-4.4652843431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Brewery Beach" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69022'^^xsd:string;
  dwc:scientificName 'Anoplodactylus virescens (Hodge, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Brewery Beach'^^xsd:string;
  dwc:continentOcean 'Irish Sea'^^xsd:string;
  dwc:country 'Isle of Man'^^xsd:string;
  dwc:longitude '-4.4652843431'^^xsd:double;
  dwc:latitude '54.1567382456'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:0'^^xsd:anyURI;
  dwc:aphiaid '134730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3097685045"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7582244244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  geo-pos:lat "32.3097685045"^^xsd:decimal ;
  geo-pos:long "-64.7582244244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Bermudes" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69026'^^xsd:string;
  dwc:scientificName 'Anoplodactylus parvus Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '0/Bermudes'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-64.7582244244'^^xsd:double;
  dwc:latitude '32.3097685045'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '379290'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3097685045"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7582244244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  geo-pos:lat "32.3097685045"^^xsd:decimal ;
  geo-pos:long "-64.7582244244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Bermudes" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69025'^^xsd:string;
  dwc:scientificName 'Anoplodactylus parvus Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '0/Bermudes'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-64.7582244244'^^xsd:double;
  dwc:latitude '32.3097685045'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '379290'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3097685045"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7582244244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "15000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3097685045 -64.7582244244)"^^geo:wktLiteral ;
  geo-pos:lat "32.3097685045"^^xsd:decimal ;
  geo-pos:long "-64.7582244244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "15000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Bermudes" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69027'^^xsd:string;
  dwc:scientificName 'Anoplodactylus parvus Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '0/Bermudes'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean'^^xsd:string;
  dwc:longitude '-64.7582244244'^^xsd:double;
  dwc:latitude '32.3097685045'^^xsd:double;
  dwc:coordinatePrecision '15000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '379290'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.086650228 -4.7690391523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.086650228"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7690391523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.086650228 -4.7690391523)"^^geo:wktLiteral ;
  geo-pos:lat "54.086650228"^^xsd:decimal ;
  geo-pos:long "-4.7690391523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "0/Port Erin" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69031'^^xsd:string;
  dwc:scientificName 'Ammothea simplex Giltay, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '0/Port Erin'^^xsd:string;
  dwc:continentOcean 'Irish Sea'^^xsd:string;
  dwc:country 'Isle of Man'^^xsd:string;
  dwc:longitude '-4.7690391523'^^xsd:double;
  dwc:latitude '54.086650228'^^xsd:double;
  dwc:coordinatePrecision '2500'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:aphiaid '150548'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6904666575 7.3182106052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6904666575"^^xsd:decimal ;
  dwc:decimalLongitude "7.3182106052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6904666575 7.3182106052)"^^geo:wktLiteral ;
  geo-pos:lat "43.6904666575"^^xsd:decimal ;
  geo-pos:long "7.3182106052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/Villefranche s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69034'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/Villefranche s/Mer'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.3182106052'^^xsd:double;
  dwc:latitude '43.6904666575'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752931'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69037'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752957'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69036'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752959'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69038'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752960'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69039'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752961'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4861816328"^^xsd:decimal ;
  dwc:decimalLongitude "3.1388854997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4861816328 3.1388854997)"^^geo:wktLiteral ;
  geo-pos:lat "42.4861816328"^^xsd:decimal ;
  geo-pos:long "3.1388854997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187/Banyuls Grotte de Troque" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-16'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69040'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187/Banyuls Grotte de Troque'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.1388854997'^^xsd:double;
  dwc:latitude '42.4861816328'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752963'^^xsd:anyURI;
  dwc:observationDate '1929-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7286808598"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9769934752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7286808598 -3.9769934752)"^^geo:wktLiteral ;
  geo-pos:lat "48.7286808598"^^xsd:decimal ;
  geo-pos:long "-3.9769934752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F752977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/752977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147/Roscoff" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-10-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69042'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147/Roscoff'^^xsd:string;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:continentOcean 'English Channel'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.9769934752'^^xsd:double;
  dwc:latitude '48.7286808598'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/752977'^^xsd:anyURI;
  dwc:observationDate '1924-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F767873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F767873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F767873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.15856"^^xsd:decimal ;
  dwc:decimalLongitude "16.40626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "207"^^xsd:integer ;
  dwc:maximumDepthInMeters "207"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F767873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.15856 16.40626)"^^geo:wktLiteral ;
  geo-pos:lat "-78.15856"^^xsd:decimal ;
  geo-pos:long "16.40626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F767873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/767873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "EABN 65-222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-11-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.103399'^^xsd:string;
  dwc:scientificName 'Pallenopsis spicata Hodgson, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber 'EABN 65-222'^^xsd:string;
  dwc:collector 'Capart André (Dr.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:minimumDepth '207'^^xsd:integer;
  dwc:maximumDepth '207'^^xsd:integer;
  dwc:preparationType 'container type: tray; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '240268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/767873'^^xsd:anyURI;
  dwc:observationDate '1965-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '240268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F774806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F774806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F774806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.333333"^^xsd:decimal ;
  dwc:decimalLongitude "12.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F774806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.333333 12.466667)"^^geo:wktLiteral ;
  geo-pos:lat "66.333333"^^xsd:decimal ;
  geo-pos:long "12.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F774806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/774806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69175'^^xsd:string;
  dwc:scientificName 'Nymphon hirtipes Bell, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stock Jan Hendrik'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '12.466667'^^xsd:double;
  dwc:latitude '66.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '134690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/774806'^^xsd:anyURI;
  dwc:observationDate '1938-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '134690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6904666575 7.3182106052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6904666575"^^xsd:decimal ;
  dwc:decimalLongitude "7.3182106052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6904666575 7.3182106052)"^^geo:wktLiteral ;
  geo-pos:lat "43.6904666575"^^xsd:decimal ;
  geo-pos:long "7.3182106052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F775078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/775078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/Villefranche s/Mer" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69016'^^xsd:string;
  dwc:scientificName 'Ammothea echinata Hodge, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/Villefranche s/Mer'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.3182106052'^^xsd:double;
  dwc:latitude '43.6904666575'^^xsd:double;
  dwc:coordinatePrecision '2000'^^xsd:integer;
  dwc:preparationType 'container type: container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '146487'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/775078'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '134599'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F844581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F844581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F844581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.766667 -79.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F844581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.766667 -79.25)"^^geo:wktLiteral ;
  geo-pos:lat "66.766667"^^xsd:decimal ;
  geo-pos:long "-79.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F844581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/844581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69064'^^xsd:string;
  dwc:scientificName 'Eurycyde hispida (Kroyer, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12147'^^xsd:integer;
  dwc:yearCollected '1927'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-79.25'^^xsd:double;
  dwc:latitude '66.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12147'^^xsd:anyURI;
  dwc:aphiaid '134630'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/844581'^^xsd:anyURI;
  dwc:observationDate '1927-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '134630'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.300014"^^xsd:decimal ;
  dwc:decimalLongitude "-23.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.300014 -23.966667)"^^geo:wktLiteral ;
  geo-pos:lat "-70.300014"^^xsd:decimal ;
  geo-pos:long "-23.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/845149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69135'^^xsd:string;
  dwc:scientificName 'Nymphon australe Hodgson, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:longitude '-23.966667'^^xsd:double;
  dwc:latitude '-70.300014'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '173368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/845149'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '173368'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.283333"^^xsd:decimal ;
  dwc:decimalLongitude "24.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.283333 24.25)"^^geo:wktLiteral ;
  geo-pos:lat "-70.283333"^^xsd:decimal ;
  geo-pos:long "24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5984__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F845151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/845151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5984_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-09-24'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:Pycnogonida'^^xsd:anyURI;
  dwc:catalogNumber 'INV.69146'^^xsd:string;
  dwc:scientificName 'Nymphon banzare Gordon, 1944'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Krapp F'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23694'^^xsd:integer;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '24.25'^^xsd:double;
  dwc:latitude '-70.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: vial; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23694'^^xsd:anyURI;
  dwc:aphiaid '173371'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/845151'^^xsd:anyURI;
  dwc:observationDate '1967-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '173371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF