@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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 14.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.43"^^xsd:decimal ;
  dwc:decimalLongitude "14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 14.1)"^^geo:wktLiteral ;
  geo-pos:lat "40.43"^^xsd:decimal ;
  geo-pos:long "14.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39836'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1922'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8693'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1922'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.1'^^xsd:double;
  dwc:latitude '40.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8693'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38712'^^xsd:string;
  dwc:scientificName 'Pandea conica (Quoy & Gaimard, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117798'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290570'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39509'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290606'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.116667 -66.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.116667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.116667 -66.583333)"^^geo:wktLiteral ;
  geo-pos:lat "32.116667"^^xsd:decimal ;
  geo-pos:long "-66.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43211,INV.43218,INV.43222'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st92'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-66.583333'^^xsd:double;
  dwc:latitude '32.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290656'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41389\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38447'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.38 2.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.38"^^xsd:decimal ;
  dwc:decimalLongitude "2.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.38 2.01)"^^geo:wktLiteral ;
  geo-pos:lat "48.38"^^xsd:decimal ;
  geo-pos:long "2.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43118'^^xsd:string;
  dwc:scientificName 'Campanularia flexuosa (Alder, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '2.01'^^xsd:double;
  dwc:latitude '48.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '740692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.883333 -17.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.883333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.033333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.883333 -17.033333)"^^geo:wktLiteral ;
  geo-pos:lat "20.883333"^^xsd:decimal ;
  geo-pos:long "-17.033333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40165'^^xsd:string;
  dwc:scientificName 'Aglaophenia parvula Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st021'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Mauritania'^^xsd:string;
  dwc:longitude '-17.033333'^^xsd:double;
  dwc:latitude '20.883333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290820'^^xsd:anyURI;
  dwc:observationDate '1935-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '117281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.883333 -17.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.883333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.033333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.883333 -17.033333)"^^geo:wktLiteral ;
  geo-pos:lat "20.883333"^^xsd:decimal ;
  geo-pos:long "-17.033333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40157'^^xsd:string;
  dwc:scientificName 'Aglaophenia parvula Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st021'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Mauritania'^^xsd:string;
  dwc:longitude '-17.033333'^^xsd:double;
  dwc:latitude '20.883333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290821'^^xsd:anyURI;
  dwc:observationDate '1935-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '117281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41274\\2'^^xsd:string;
  dwc:scientificName 'Grammaria scandens Stechow, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '292342'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290841'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '284951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41662'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F290947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/290947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41691'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/290947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.166667 7.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.166667"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.166667 7.883333)"^^geo:wktLiteral ;
  geo-pos:lat "54.166667"^^xsd:decimal ;
  geo-pos:long "7.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38026'^^xsd:string;
  dwc:scientificName 'Bougainvillia britannica (Forbes, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Giltay L.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9754'^^xsd:integer;
  dwc:collector 'Giltay L.'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.883333'^^xsd:double;
  dwc:latitude '54.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9754'^^xsd:anyURI;
  dwc:aphiaid '117321'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291032'^^xsd:anyURI;
  dwc:observationDate '1929-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40216'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. helleri Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291065'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40291'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. helleri Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291066'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38723'^^xsd:string;
  dwc:scientificName 'Pandeopsis ikarii Uchida, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291092'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40869,INV.40899,INV.40900,INV.40902'^^xsd:string;
  dwc:scientificName 'Halecium muricatum (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291389'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40511\\1,INV.40869,INV.40900,INV.40902'^^xsd:string;
  dwc:scientificName 'Halecium muricatum (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291390'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40868,INV.40869,INV.40900,INV.40902'^^xsd:string;
  dwc:scientificName 'Halecium muricatum (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291391'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40869,INV.40900,INV.40902,INV.43327\\1'^^xsd:string;
  dwc:scientificName 'Halecium muricatum (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291392'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43854'^^xsd:string;
  dwc:scientificName 'Phialidium lomae Torrey, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '761322'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291405'^^xsd:anyURI;
  dwc:observationDate '1979-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '284373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39793'^^xsd:string;
  dwc:scientificName 'Tubularia ceratogyne Perez, 1920'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117991'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291407'^^xsd:anyURI;
  dwc:observationDate '1960-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.17188 144.87418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.17188"^^xsd:decimal ;
  dwc:decimalLongitude "144.87418"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.17188 144.87418)"^^geo:wktLiteral ;
  geo-pos:lat "-4.17188"^^xsd:decimal ;
  geo-pos:long "144.87418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39621'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.87418'^^xsd:double;
  dwc:latitude '-4.17188'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291521'^^xsd:anyURI;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291572> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291572>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41314'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291572'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291665> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291665>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42979'^^xsd:string;
  dwc:scientificName 'Thuiaria laxa (Allman, 1874)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '158196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291665'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '158196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39610'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291714'^^xsd:anyURI;
  dwc:observationDate '1978-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39478'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291830'^^xsd:anyURI;
  dwc:observationDate '1963-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43929'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291901'^^xsd:anyURI;
  dwc:observationDate '1953-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.866667 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.866667"^^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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.866667 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.866667"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42905'^^xsd:string;
  dwc:scientificName 'Sertularia tenera Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st141'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '58.55'^^xsd:double;
  dwc:latitude '70.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291902'^^xsd:anyURI;
  dwc:observationDate '1907-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291907> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291907>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40517\\1'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291907'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291908> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291908>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40875\\1'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291908'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291909> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291909>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F291909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/291909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41426\\1'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/291909'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43176\\1'^^xsd:string;
  dwc:scientificName 'Sertularia polyzonias Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '152089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292047'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43458'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292050'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.411667 -3.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.411667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5875"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.411667 -3.5875)"^^geo:wktLiteral ;
  geo-pos:lat "46.411667"^^xsd:decimal ;
  geo-pos:long "-3.5875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st46" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41309'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st46'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.5875'^^xsd:double;
  dwc:latitude '46.411667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292073'^^xsd:anyURI;
  dwc:observationDate '1886-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39846'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39368,INV.39369,INV.39371,INV.39389,INV.39401,INV.39403,INV.39406'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292164'^^xsd:anyURI;
  dwc:observationDate '1974-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-22'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39368,INV.39369,INV.39371,INV.39389,INV.39401,INV.39403,INV.39406'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292165'^^xsd:anyURI;
  dwc:observationDate '1974-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38985'^^xsd:string;
  dwc:scientificName 'Euphysora verrucosa Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292385'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284507'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.166667"^^xsd:decimal ;
  geo-pos:long "144.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38705'^^xsd:string;
  dwc:scientificName 'Octotiara russelli Kramp, 1953'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883333'^^xsd:double;
  dwc:latitude '-4.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292430'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221198'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-67.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43623'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.4'^^xsd:double;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-67.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43593'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.4'^^xsd:double;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44091'^^xsd:string;
  dwc:scientificName 'Pegantha martagon Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174752'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292495'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '174752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "5636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41664'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1889'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '5636'^^xsd:integer;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5636'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292500'^^xsd:anyURI;
  dwc:observationDate '1889-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.066667 -42.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.066667"^^xsd:decimal ;
  dwc:decimalLongitude "-42.483333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.066667 -42.483333)"^^geo:wktLiteral ;
  geo-pos:lat "30.066667"^^xsd:decimal ;
  geo-pos:long "-42.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42174'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2098'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-42.483333'^^xsd:double;
  dwc:latitude '30.066667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292546'^^xsd:anyURI;
  dwc:observationDate '1905-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38569'^^xsd:string;
  dwc:scientificName 'Podocoryne carnea Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292793'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40666'^^xsd:string;
  dwc:scientificName 'Eutima mucosa Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284609'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292835'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284609'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.43 -25.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.43"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.43 -25.26)"^^geo:wktLiteral ;
  geo-pos:lat "37.43"^^xsd:decimal ;
  geo-pos:long "-25.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42474'^^xsd:string;
  dwc:scientificName 'Sertularella fusiformis (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1316'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.26'^^xsd:double;
  dwc:latitude '37.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117900'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292846'^^xsd:anyURI;
  dwc:observationDate '1902-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117900'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.43 -25.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.43"^^xsd:decimal ;
  dwc:decimalLongitude "-25.26"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.43 -25.26)"^^geo:wktLiteral ;
  geo-pos:lat "37.43"^^xsd:decimal ;
  geo-pos:long "-25.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42473'^^xsd:string;
  dwc:scientificName 'Sertularella fusiformis (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1316'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.26'^^xsd:double;
  dwc:latitude '37.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117900'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292847'^^xsd:anyURI;
  dwc:observationDate '1902-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117900'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.05 -11.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.05"^^xsd:decimal ;
  dwc:decimalLongitude "-11.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42396'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-11.4'^^xsd:double;
  dwc:latitude '-5.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292951'^^xsd:anyURI;
  dwc:observationDate '1938-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.05 -11.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.05"^^xsd:decimal ;
  dwc:decimalLongitude "-11.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42368'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-11.4'^^xsd:double;
  dwc:latitude '-5.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292952'^^xsd:anyURI;
  dwc:observationDate '1938-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F292993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/292993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38780'^^xsd:string;
  dwc:scientificName 'Halitiara rigida Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/292993'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285329'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38254'^^xsd:string;
  dwc:scientificName 'Corydendrium dendriforme (Ritchie, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44063\\1'^^xsd:string;
  dwc:scientificName 'Cunina beckii Bouillon, 1985'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293250'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284553'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.28194"^^xsd:decimal ;
  dwc:decimalLongitude "15.48861"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  geo-pos:lat "-4.28194"^^xsd:decimal ;
  geo-pos:long "15.48861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43918'^^xsd:string;
  dwc:scientificName 'Limnocnida congoensis Bouillon, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.48861'^^xsd:double;
  dwc:latitude '-4.28194'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293357'^^xsd:anyURI;
  dwc:observationDate '1957-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '290295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9 -52.183333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.9"^^xsd:decimal ;
  dwc:decimalLongitude "-52.183333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9 -52.183333)"^^geo:wktLiteral ;
  geo-pos:lat "4.9"^^xsd:decimal ;
  geo-pos:long "-52.183333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42191'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.183333'^^xsd:double;
  dwc:latitude '4.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293423'^^xsd:anyURI;
  dwc:observationDate '1902-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293435> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293435>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42968'^^xsd:string;
  dwc:scientificName 'Thuiaria articulata (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293435'^^xsd:anyURI;
  dwc:observationDate '1911-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '117932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43192,INV.43227'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43192,INV.43203'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39753'^^xsd:string;
  dwc:scientificName 'Ectopleura minerva Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293784'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117983'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293793> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293793>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43655,INV.43656'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293793'^^xsd:anyURI;
  dwc:observationDate '1933-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293794> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293794>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43656,INV.43657'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293794'^^xsd:anyURI;
  dwc:observationDate '1933-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36"^^xsd:decimal ;
  dwc:decimalLongitude "55.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36"^^xsd:decimal ;
  geo-pos:long "55.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39688,INV.39689,INV.39690,INV.39692,INV.39693,INV.39694,INV.39695,INV.39696,INV.39697,INV.39702,INV.39703'^^xsd:string;
  dwc:scientificName 'Teissiera milleporoides Bouillon, 1974'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.25'^^xsd:double;
  dwc:latitude '-4.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293819'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '291193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36"^^xsd:decimal ;
  dwc:decimalLongitude "55.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36"^^xsd:decimal ;
  geo-pos:long "55.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39688,INV.39689,INV.39690,INV.39692,INV.39693,INV.39694,INV.39695,INV.39696,INV.39697,INV.39703,INV.39705'^^xsd:string;
  dwc:scientificName 'Teissiera milleporoides Bouillon, 1974'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.25'^^xsd:double;
  dwc:latitude '-4.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293820'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '291193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.444444 -72.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.444444"^^xsd:decimal ;
  dwc:decimalLongitude "-72.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.444444 -72.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-42.444444"^^xsd:decimal ;
  geo-pos:long "-72.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F293938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/293938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42950\\3'^^xsd:string;
  dwc:scientificName 'Clytia gigantea (Hincks, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM41'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.983333'^^xsd:double;
  dwc:latitude '-42.444444'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '723819'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/293938'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38963'^^xsd:string;
  dwc:scientificName 'Euphysora bigelowi Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294061'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38945'^^xsd:string;
  dwc:scientificName 'Euphysilla pyramidata Kramp, 1955'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294133'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221089'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294195> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294195>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42907'^^xsd:string;
  dwc:scientificName 'Sertularia tenera Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294195'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294357> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294357>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43002'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11626/Atlantic'^^xsd:string;
  dwc:collector 'Billet V.'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11626'^^xsd:anyURI;
  dwc:aphiaid '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294357'^^xsd:anyURI;
  dwc:observationDate '1938-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.083333 -68.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.083333 -68.466667)"^^geo:wktLiteral ;
  geo-pos:lat "12.083333"^^xsd:decimal ;
  geo-pos:long "-68.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-05-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42159'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.466667'^^xsd:double;
  dwc:latitude '12.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294372'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40323'^^xsd:string;
  dwc:scientificName 'Gymnangium hians (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294385'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220593'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39217\\1'^^xsd:string;
  dwc:scientificName 'Clytia pelagica Billard, 1917'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '231827'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294421'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43171'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43160'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.383333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  geo-pos:lat "48.366667"^^xsd:decimal ;
  geo-pos:long "-53.383333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39037\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium vaginatum Allman, 1863'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.383333'^^xsd:double;
  dwc:latitude '48.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117558'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117558'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.383333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  geo-pos:lat "48.366667"^^xsd:decimal ;
  geo-pos:long "-53.383333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39026\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium vaginatum Allman, 1863'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.383333'^^xsd:double;
  dwc:latitude '48.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117558'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117558'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38795'^^xsd:string;
  dwc:scientificName 'Thecocodium brieni Bouillon, 1967'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117843'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294742'^^xsd:anyURI;
  dwc:observationDate '1963-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117843'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.683333 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.683333"^^xsd:decimal ;
  dwc:decimalLongitude "14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.683333 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "-22.683333"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41795'^^xsd:string;
  dwc:scientificName 'Plumularia pinnata f. typica Broch, 1918'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1914'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '-22.683333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294750'^^xsd:anyURI;
  dwc:observationDate '1911-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42502,INV.42602'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42591,INV.42602'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F294919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/294919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38722'^^xsd:string;
  dwc:scientificName 'Pandeopsis ikarii Uchida, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/294919'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41663'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295068'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39117'^^xsd:string;
  dwc:scientificName 'Dipurena reesi Vannucci, 1956'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117477'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295083'^^xsd:anyURI;
  dwc:observationDate '1959-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '565164'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43444'^^xsd:string;
  dwc:scientificName 'Laomedea arborescens (Pictet, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295097'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43443'^^xsd:string;
  dwc:scientificName 'Laomedea arborescens (Pictet, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295098'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "4"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38389,INV.38390,INV.38391,INV.38397,INV.38399,INV.38400'^^xsd:string;
  dwc:scientificName 'Eudendrium carneum Clarke, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "4"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38390,INV.38391,INV.38397,INV.38398,INV.38399,INV.38400'^^xsd:string;
  dwc:scientificName 'Eudendrium carneum Clarke, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39400'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295243'^^xsd:anyURI;
  dwc:observationDate '1974-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39399'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295244'^^xsd:anyURI;
  dwc:observationDate '1974-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.8 11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.8"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.8 11.5)"^^geo:wktLiteral ;
  geo-pos:lat "-4.8"^^xsd:decimal ;
  geo-pos:long "11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40630'^^xsd:string;
  dwc:scientificName 'Eirene viridula (Peron & Lesueur, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st171'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.5'^^xsd:double;
  dwc:latitude '-4.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117512'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295300'^^xsd:anyURI;
  dwc:observationDate '1949-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.32 88.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.32"^^xsd:decimal ;
  dwc:decimalLongitude "88.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.32 88.22)"^^geo:wktLiteral ;
  geo-pos:lat "22.32"^^xsd:decimal ;
  geo-pos:long "88.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739 Vidydhari river" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38015'^^xsd:string;
  dwc:scientificName 'Bimeria fluminalis Annandale, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Annandale Nelson (M.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9739 Vidydhari river'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.22'^^xsd:double;
  dwc:latitude '22.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284225'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.32 88.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.32"^^xsd:decimal ;
  dwc:decimalLongitude "88.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.32 88.22)"^^geo:wktLiteral ;
  geo-pos:lat "22.32"^^xsd:decimal ;
  geo-pos:long "88.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739 Vidydhari river" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38016'^^xsd:string;
  dwc:scientificName 'Bimeria fluminalis Annandale, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Annandale Nelson (M.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9739 Vidydhari river'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.22'^^xsd:double;
  dwc:latitude '22.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284225'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40643'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295451'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43479'^^xsd:string;
  dwc:scientificName 'Laomedea calceolifera (Hincks, 1871)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117380'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295550'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.25 -61.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.25"^^xsd:decimal ;
  dwc:decimalLongitude "-61.58333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.25 -61.58333)"^^geo:wktLiteral ;
  geo-pos:lat "16.25"^^xsd:decimal ;
  geo-pos:long "-61.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42151\\1'^^xsd:string;
  dwc:scientificName 'Laomedea calceolifera (Hincks, 1871)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-61.58333'^^xsd:double;
  dwc:latitude '16.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117380'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295587'^^xsd:anyURI;
  dwc:observationDate '1936-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '117380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44126'^^xsd:string;
  dwc:scientificName 'Geryonia proboscidalis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295707'^^xsd:anyURI;
  dwc:observationDate '1968-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117567'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39867'^^xsd:string;
  dwc:scientificName 'Tubularia mesembryanthenum Allman, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117981'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295722'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 113.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26"^^xsd:decimal ;
  dwc:decimalLongitude "113.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 113.25)"^^geo:wktLiteral ;
  geo-pos:lat "-26"^^xsd:decimal ;
  geo-pos:long "113.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43119'^^xsd:string;
  dwc:scientificName 'Campanularia gracilis (Sars, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.25'^^xsd:double;
  dwc:latitude '-26'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '758787'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295830'^^xsd:anyURI;
  dwc:observationDate '1905-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '758787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.766667 -5.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.766667 -5.666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.766667"^^xsd:decimal ;
  geo-pos:long "-5.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F295939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/295939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43182'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1535'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-5.666667'^^xsd:double;
  dwc:latitude '47.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/295939'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41616'^^xsd:string;
  dwc:scientificName 'Octocannoides ocellata Menon, 1932'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290514'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -6.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -6.579167)"^^geo:wktLiteral ;
  geo-pos:lat "43.666667"^^xsd:decimal ;
  geo-pos:long "-6.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41391'^^xsd:string;
  dwc:scientificName 'Lictorella halecioides Allman, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st58'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-6.579167'^^xsd:double;
  dwc:latitude '43.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '842799'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296318'^^xsd:anyURI;
  dwc:observationDate '1886-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38183'^^xsd:string;
  dwc:scientificName 'Clava multicornis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296427'^^xsd:anyURI;
  dwc:observationDate '1971-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41820'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296459'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40069\\1,INV.40076\\1'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296470'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40069\\1,INV.42370'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296471'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40539'^^xsd:string;
  dwc:scientificName 'Campanulina lacerata (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.46'^^xsd:double;
  dwc:latitude '52.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152121'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296518'^^xsd:anyURI;
  dwc:observationDate '1933-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117413'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39928'^^xsd:string;
  dwc:scientificName 'Zancleopsis tentaculata Kramp, 1928'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221191'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296519'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221191'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41461'^^xsd:string;
  dwc:scientificName 'Laodicea indica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296559'^^xsd:anyURI;
  dwc:observationDate '1986-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '174344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41275'^^xsd:string;
  dwc:scientificName 'Hebella parasitica (Ciamician, 1880)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117698'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296884'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '117682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44109'^^xsd:string;
  dwc:scientificName 'Solmaris rhodoloma (Brandt, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296888'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '221239'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296942> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296942>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38843'^^xsd:string;
  dwc:scientificName 'Errina gracilis Marenzeller, 1903'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Marenzeller'^^xsd:string;
  dwc:yearIdentified '1903'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131'^^xsd:integer;
  dwc:startYearCollected '1897'^^xsd:integer;
  dwc:endYearCollected '1899'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '285812'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38356'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296946'^^xsd:anyURI;
  dwc:observationDate '1965-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296985> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296985>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F296985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/296985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42793\\1'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '8'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/296985'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39596'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297055'^^xsd:anyURI;
  dwc:observationDate '1978-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.416667 74.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.416667"^^xsd:decimal ;
  dwc:decimalLongitude "74.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.416667 74.1)"^^geo:wktLiteral ;
  geo-pos:lat "31.416667"^^xsd:decimal ;
  geo-pos:long "74.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43254'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '74.1'^^xsd:double;
  dwc:latitude '31.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297135'^^xsd:anyURI;
  dwc:observationDate '1938-04-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39933'^^xsd:string;
  dwc:scientificName 'Zancleopsis tentaculata Kramp, 1928'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221191'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 0.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^xsd:decimal ;
  dwc:decimalLongitude "0.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43909'^^xsd:string;
  dwc:scientificName 'Gossea corynetes (Gosse, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1936'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10966'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Mouth of the Thames'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '0.75'^^xsd:double;
  dwc:latitude '51.5'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10966'^^xsd:anyURI;
  dwc:aphiaid '117770'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297161'^^xsd:anyURI;
  dwc:observationDate '1936-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1673600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29"^^xsd:decimal ;
  dwc:decimalLongitude "44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 44)"^^geo:wktLiteral ;
  geo-pos:lat "29"^^xsd:decimal ;
  geo-pos:long "44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43281'^^xsd:string;
  dwc:scientificName 'Campanularia sargassicola (Nutting, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '44'^^xsd:integer;
  dwc:latitude '29'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297169'^^xsd:anyURI;
  dwc:observationDate '1930-03-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29"^^xsd:decimal ;
  dwc:decimalLongitude "44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 44)"^^geo:wktLiteral ;
  geo-pos:lat "29"^^xsd:decimal ;
  geo-pos:long "44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43280'^^xsd:string;
  dwc:scientificName 'Campanularia sargassicola (Nutting, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '44'^^xsd:integer;
  dwc:latitude '29'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297170'^^xsd:anyURI;
  dwc:observationDate '1930-03-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38649'^^xsd:string;
  dwc:scientificName 'Leuckartiara gardineri Browne, 1916'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297587'^^xsd:anyURI;
  dwc:observationDate '1975-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '221196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "-22.9125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43459'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1203'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-22.9125'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297605'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38992'^^xsd:string;
  dwc:scientificName 'Euphysora verrucosa Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297633'^^xsd:anyURI;
  dwc:observationDate '1976-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '284507'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.24 142.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.24"^^xsd:decimal ;
  dwc:decimalLongitude "142.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.24 142.14)"^^geo:wktLiteral ;
  geo-pos:lat "-38.24"^^xsd:decimal ;
  geo-pos:long "142.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40152'^^xsd:string;
  dwc:scientificName 'Aglaophenia parvula Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '142.14'^^xsd:double;
  dwc:latitude '-38.24'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41253\\1'^^xsd:string;
  dwc:scientificName 'Idiellana pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '220588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41254\\1'^^xsd:string;
  dwc:scientificName 'Idiellana pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '220588'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43374'^^xsd:string;
  dwc:scientificName 'Clytia latitheca Millard & Bouillon, 1973'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220578'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297759'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1341810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38979'^^xsd:string;
  dwc:scientificName 'Euphysora pseudoabaxialis Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297827'^^xsd:anyURI;
  dwc:observationDate '1977-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '395284'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F297882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/297882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43092'^^xsd:string;
  dwc:scientificName 'Tiaropsidium roseum (Maas, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/297882'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '285083'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39106'^^xsd:string;
  dwc:scientificName 'Dipurena reesi Vannucci, 1956'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117477'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298069'^^xsd:anyURI;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '565164'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42946'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus pygmaeus (Bale, 1882)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM94'^^xsd:string;
  dwc:collector 'Lund University'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7625'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '285697'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298077'^^xsd:anyURI;
  dwc:observationDate '1949-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '285697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42945'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus pygmaeus (Bale, 1882)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM94'^^xsd:string;
  dwc:collector 'Lund University'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7625'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '285697'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298078'^^xsd:anyURI;
  dwc:observationDate '1949-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '285697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43318'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298397'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43316'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298398'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.58275 115.32902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.58275"^^xsd:decimal ;
  dwc:decimalLongitude "115.32902"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.58275 115.32902)"^^geo:wktLiteral ;
  geo-pos:lat "-33.58275"^^xsd:decimal ;
  geo-pos:long "115.32902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42843'^^xsd:string;
  dwc:scientificName 'Sertularia elongata Stechow & Müller, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.32902'^^xsd:double;
  dwc:latitude '-33.58275'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298430'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.04"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6203.248532990236"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41957'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '56.04'^^xsd:double;
  dwc:coordinatePrecision '6203.2485329902'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.04"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6203.248532990236"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41919'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '56.04'^^xsd:double;
  dwc:coordinatePrecision '6203.2485329902'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43084'^^xsd:string;
  dwc:scientificName 'Tiaropsidium roseum (Maas, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298513'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285083'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733333 3.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.733333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733333 3.983333)"^^geo:wktLiteral ;
  geo-pos:lat "48.733333"^^xsd:decimal ;
  geo-pos:long "3.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39144'^^xsd:string;
  dwc:scientificName 'Sarsia eximia (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.983333'^^xsd:double;
  dwc:latitude '48.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298729'^^xsd:anyURI;
  dwc:observationDate '1961-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.883333 -28.5125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.883333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "925.7737303926592"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41414'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1420'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.5125'^^xsd:double;
  dwc:latitude '42.883333'^^xsd:double;
  dwc:coordinatePrecision '925.77373039266'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298783'^^xsd:anyURI;
  dwc:observationDate '1902-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.435833 -6.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.435833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.435833 -6.95)"^^geo:wktLiteral ;
  geo-pos:lat "47.435833"^^xsd:decimal ;
  geo-pos:long "-6.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41419'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st264'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.95'^^xsd:double;
  dwc:latitude '47.435833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298903'^^xsd:anyURI;
  dwc:observationDate '1888-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.435833 -6.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.435833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.435833 -6.95)"^^geo:wktLiteral ;
  geo-pos:lat "47.435833"^^xsd:decimal ;
  geo-pos:long "-6.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41405'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st264'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-6.95'^^xsd:double;
  dwc:latitude '47.435833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298904'^^xsd:anyURI;
  dwc:observationDate '1888-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F298946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/298946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43156'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/298946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.266667 -5.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.266667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.266667 -5.266667)"^^geo:wktLiteral ;
  geo-pos:lat "47.266667"^^xsd:decimal ;
  geo-pos:long "-5.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42088'^^xsd:string;
  dwc:scientificName 'Diphasia pinaster (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1540'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-5.266667'^^xsd:double;
  dwc:latitude '47.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299123'^^xsd:anyURI;
  dwc:observationDate '1903-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '117880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.166667"^^xsd:decimal ;
  geo-pos:long "144.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38766'^^xsd:string;
  dwc:scientificName 'Stomotoca atra Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883333'^^xsd:double;
  dwc:latitude '-4.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299233'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221202'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  geo-pos:lat "32.4"^^xsd:decimal ;
  geo-pos:long "-16.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43151'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.45'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  geo-pos:lat "32.4"^^xsd:decimal ;
  geo-pos:long "-16.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43132'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.45'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42489'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42526'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-07-02'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38248,INV.38249,INV.38250,INV.38251,INV.38252,INV.38253'^^xsd:string;
  dwc:scientificName 'Corydendrium dendriforme (Ritchie, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38247,INV.38248,INV.38249,INV.38250,INV.38251,INV.38252'^^xsd:string;
  dwc:scientificName 'Corydendrium dendriforme (Ritchie, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43146'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299464'^^xsd:anyURI;
  dwc:observationDate '1931-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43125'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299465'^^xsd:anyURI;
  dwc:observationDate '1931-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42995'^^xsd:string;
  dwc:scientificName 'Thuiaria tetracythara (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299630'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42987'^^xsd:string;
  dwc:scientificName 'Thuiaria tetracythara (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299631'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41715'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299668'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36"^^xsd:decimal ;
  dwc:decimalLongitude "55.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36"^^xsd:decimal ;
  geo-pos:long "55.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-07-04'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41857'^^xsd:string;
  dwc:scientificName 'Plumularia spiralis Billard, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.25'^^xsd:double;
  dwc:latitude '-4.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285297'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299719'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '285297'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41694'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299787'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-74"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  geo-pos:lat "29.833333"^^xsd:decimal ;
  geo-pos:long "-74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43719'^^xsd:string;
  dwc:scientificName 'Laomedea sargassi Broch, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st90'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74'^^xsd:integer;
  dwc:latitude '29.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299829'^^xsd:anyURI;
  dwc:observationDate '1936-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38158'^^xsd:string;
  dwc:scientificName 'Thamnostoma tetrella (Haeckel, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284290'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299858'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '284290'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299918> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299918>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F299918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/299918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40970'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/299918'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.133333 10.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.133333"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.133333 10.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.133333"^^xsd:decimal ;
  geo-pos:long "10.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40635'^^xsd:string;
  dwc:scientificName 'Eirene viridula (Peron & Lesueur, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st165'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '10.833333'^^xsd:double;
  dwc:latitude '-4.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117512'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300197'^^xsd:anyURI;
  dwc:observationDate '1949-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01375 -123.58926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.01375"^^xsd:decimal ;
  dwc:decimalLongitude "-123.58926"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01375 -123.58926)"^^geo:wktLiteral ;
  geo-pos:lat "49.01375"^^xsd:decimal ;
  geo-pos:long "-123.58926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42977'^^xsd:string;
  dwc:scientificName 'Thuiaria dalli Nutting, 1876'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1930'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Porlier Pass'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-123.58926'^^xsd:double;
  dwc:latitude '49.01375'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9376'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300259'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38577'^^xsd:string;
  dwc:scientificName 'Podocoryne ocellata (Agassiz & Mayer, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292251'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300503'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1725767'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38911,INV.38912'^^xsd:string;
  dwc:scientificName 'Cladosarsia capitata Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289671'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.133333 -8.045833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.045833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.133333 -8.045833)"^^geo:wktLiteral ;
  geo-pos:lat "36.133333"^^xsd:decimal ;
  geo-pos:long "-8.045833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43679'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1248'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-8.045833'^^xsd:double;
  dwc:latitude '36.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300565'^^xsd:anyURI;
  dwc:observationDate '1901-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38740'^^xsd:string;
  dwc:scientificName 'Perigonimus pusillus (Wright, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300690'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38741'^^xsd:string;
  dwc:scientificName 'Perigonimus pusillus (Wright, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300691'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.656111 -36.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.656111"^^xsd:decimal ;
  dwc:decimalLongitude "-36.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "415124.5559171376"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st136-146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42122'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st136-146'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-36.975'^^xsd:double;
  dwc:latitude '40.656111'^^xsd:double;
  dwc:coordinatePrecision '415124.55591714'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300795'^^xsd:anyURI;
  dwc:observationDate '1887-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.656111 -36.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.656111"^^xsd:decimal ;
  dwc:decimalLongitude "-36.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "415124.5559171376"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st136-146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-07-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42175'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st136-146'^^xsd:string;
  dwc:yearCollected '1887'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-36.975'^^xsd:double;
  dwc:latitude '40.656111'^^xsd:double;
  dwc:coordinatePrecision '415124.55591714'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300796'^^xsd:anyURI;
  dwc:observationDate '1887-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.48 -68.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.48"^^xsd:decimal ;
  dwc:decimalLongitude "-68.18"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.48 -68.18)"^^geo:wktLiteral ;
  geo-pos:lat "-54.48"^^xsd:decimal ;
  geo-pos:long "-68.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41126'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria curvata (Jäderholm, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1892'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68.18'^^xsd:double;
  dwc:latitude '-54.48'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284914'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300908'^^xsd:anyURI;
  dwc:observationDate '1892-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '284914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 145.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "145.02"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 145.02)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "145.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F300921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/300921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44088'^^xsd:string;
  dwc:scientificName 'Pegantha martagon Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '145.02'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174752'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/300921'^^xsd:anyURI;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '174752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.866667 -9.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.866667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.866667 -9.2625)"^^geo:wktLiteral ;
  geo-pos:lat "37.866667"^^xsd:decimal ;
  geo-pos:long "-9.2625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40783'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st475'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.2625'^^xsd:double;
  dwc:latitude '37.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301302'^^xsd:anyURI;
  dwc:observationDate '1894-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38061'^^xsd:string;
  dwc:scientificName 'Bougainvillia ramosa (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301391'^^xsd:anyURI;
  dwc:observationDate '1971-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.298333 110.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.298333"^^xsd:decimal ;
  dwc:decimalLongitude "110.383333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.298333 110.383333)"^^geo:wktLiteral ;
  geo-pos:lat "-6.298333"^^xsd:decimal ;
  geo-pos:long "110.383333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42418'^^xsd:string;
  dwc:scientificName 'Sertomma tamarisca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.383333'^^xsd:double;
  dwc:latitude '-6.298333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152132'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.298333 110.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.298333"^^xsd:decimal ;
  dwc:decimalLongitude "110.383333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.298333 110.383333)"^^geo:wktLiteral ;
  geo-pos:lat "-6.298333"^^xsd:decimal ;
  geo-pos:long "110.383333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42417'^^xsd:string;
  dwc:scientificName 'Sertomma tamarisca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.383333'^^xsd:double;
  dwc:latitude '-6.298333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152132'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.733333 -24.741666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-24.741666"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.733333 -24.741666)"^^geo:wktLiteral ;
  geo-pos:lat "16.733333"^^xsd:decimal ;
  geo-pos:long "-24.741666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42815'^^xsd:string;
  dwc:scientificName 'Sertularia distans var. gracilis Hassal, 1848'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1152'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-24.741666'^^xsd:double;
  dwc:latitude '16.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301565'^^xsd:anyURI;
  dwc:observationDate '1901-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F301764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/301764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38157'^^xsd:string;
  dwc:scientificName 'Silhouetta uvacarpa Millard & Bouillon, 1973'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/301764'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291050'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.28194"^^xsd:decimal ;
  dwc:decimalLongitude "15.48861"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  geo-pos:lat "-4.28194"^^xsd:decimal ;
  geo-pos:long "15.48861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43912'^^xsd:string;
  dwc:scientificName 'Limnocnida congoensis Bouillon, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.48861'^^xsd:double;
  dwc:latitude '-4.28194'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302073'^^xsd:anyURI;
  dwc:observationDate '1957-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '290295'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.833333 -14.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.833333 -14.933333)"^^geo:wktLiteral ;
  geo-pos:lat "24.833333"^^xsd:decimal ;
  geo-pos:long "-14.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41688'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st010'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-14.933333'^^xsd:double;
  dwc:latitude '24.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302110'^^xsd:anyURI;
  dwc:observationDate '1935-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 55.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "55.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 55.14)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "55.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41793'^^xsd:string;
  dwc:scientificName 'Plumularia pennycuikae Millard & Bouillon, 1973'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.14'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292641'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302284'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117821'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.06 -17.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.06"^^xsd:decimal ;
  dwc:decimalLongitude "-17.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.06 -17.06)"^^geo:wktLiteral ;
  geo-pos:lat "28.06"^^xsd:decimal ;
  geo-pos:long "-17.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-02-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40205'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-17.06'^^xsd:double;
  dwc:latitude '28.06'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41377'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302702'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41376'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302703'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.895833 -73.741666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.895833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.741666"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.895833 -73.741666)"^^geo:wktLiteral ;
  geo-pos:lat "-43.895833"^^xsd:decimal ;
  geo-pos:long "-73.741666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42578'^^xsd:string;
  dwc:scientificName 'Sertularella peregrina Bale, 1926'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM52'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.741666'^^xsd:double;
  dwc:latitude '-43.895833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '292412'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302718'^^xsd:anyURI;
  dwc:observationDate '1949-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '117908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.895833 -73.741666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.895833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.741666"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.895833 -73.741666)"^^geo:wktLiteral ;
  geo-pos:lat "-43.895833"^^xsd:decimal ;
  geo-pos:long "-73.741666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F302719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/302719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42577'^^xsd:string;
  dwc:scientificName 'Sertularella peregrina Bale, 1926'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM52'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.741666'^^xsd:double;
  dwc:latitude '-43.895833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '292412'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/302719'^^xsd:anyURI;
  dwc:observationDate '1949-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '117908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.8 -38.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.8"^^xsd:decimal ;
  dwc:decimalLongitude "-38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.8 -38.833333)"^^geo:wktLiteral ;
  geo-pos:lat "70.8"^^xsd:decimal ;
  geo-pos:long "-38.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43076'^^xsd:string;
  dwc:scientificName 'Stegopoma plicatile (Sars, 1863)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '-38.833333'^^xsd:double;
  dwc:latitude '70.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117975'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38291'^^xsd:string;
  dwc:scientificName 'Turritopsis nutricula Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303087'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.25 -87.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.25"^^xsd:decimal ;
  dwc:decimalLongitude "-87.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40523'^^xsd:string;
  dwc:scientificName 'Campanulina belgicae Hartlaub, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1907'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st920'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-87.65'^^xsd:double;
  dwc:latitude '-71.25'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '754346'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303098'^^xsd:anyURI;
  dwc:observationDate '1898-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '754346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.25 -87.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.25"^^xsd:decimal ;
  dwc:decimalLongitude "-87.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40524'^^xsd:string;
  dwc:scientificName 'Campanulina belgicae Hartlaub, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1907'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st920'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-87.65'^^xsd:double;
  dwc:latitude '-71.25'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '754346'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303099'^^xsd:anyURI;
  dwc:observationDate '1898-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '754346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40727'^^xsd:string;
  dwc:scientificName 'Eucheilota paradoxica Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117536'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303584'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117536'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38175'^^xsd:string;
  dwc:scientificName 'Heterotiara minor Vanhöffen, 1911'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221206'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01 6.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.01"^^xsd:decimal ;
  dwc:decimalLongitude "6.32"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.01 6.32)"^^geo:wktLiteral ;
  geo-pos:lat "0.01"^^xsd:decimal ;
  geo-pos:long "6.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42803'^^xsd:string;
  dwc:scientificName 'Sertularia distans (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'São Tomé and Príncipe'^^xsd:string;
  dwc:longitude '6.32'^^xsd:double;
  dwc:latitude '0.01'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '546867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F303956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/303956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40823\\6'^^xsd:string;
  dwc:scientificName 'Synthecium tubithecum (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '285941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/303956'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '285941'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41333,INV.41362'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304044'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41333,INV.41334'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304045'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43983'^^xsd:string;
  dwc:scientificName 'Scolionema suvaense (Agassiz & Mayer, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Picard'^^xsd:string;
  dwc:yearCollected '1951'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '231673'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304109'^^xsd:anyURI;
  dwc:observationDate '1951-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '231673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44048'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44154\\1'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.28 147.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.28"^^xsd:decimal ;
  dwc:decimalLongitude "147.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.28 147.07)"^^geo:wktLiteral ;
  geo-pos:lat "-9.28"^^xsd:decimal ;
  geo-pos:long "147.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39347'^^xsd:string;
  dwc:scientificName 'Moerisia gengetica Kramp, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '147.07'^^xsd:double;
  dwc:latitude '-9.28'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285085'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304335'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285085'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "-68.266667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "-68.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41028'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.266667'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304375'^^xsd:anyURI;
  dwc:observationDate '1930-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "-68.266667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "-68.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41019'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.266667'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304376'^^xsd:anyURI;
  dwc:observationDate '1930-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "147"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40061'^^xsd:string;
  dwc:scientificName 'Aglaophenia divaricata (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '147'^^xsd:integer;
  dwc:latitude '-42'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "147"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40046'^^xsd:string;
  dwc:scientificName 'Aglaophenia divaricata (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '147'^^xsd:integer;
  dwc:latitude '-42'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41470'^^xsd:string;
  dwc:scientificName 'Laodicea undulata (Forbes & Goodsir, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304596'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4 -17.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4"^^xsd:decimal ;
  dwc:decimalLongitude "-17.24"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4 -17.24)"^^geo:wktLiteral ;
  geo-pos:lat "14.4"^^xsd:decimal ;
  geo-pos:long "-17.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43974'^^xsd:string;
  dwc:scientificName 'Monobrachium parasiticum Mereschkowsky, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-17.24'^^xsd:double;
  dwc:latitude '14.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '834711'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304702> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304702>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40886'^^xsd:string;
  dwc:scientificName 'Halecium liouvillei Billard, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st014'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '24.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304702'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.916667"^^xsd:decimal ;
  dwc:decimalLongitude "11.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.916667"^^xsd:decimal ;
  geo-pos:long "11.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44311'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st023'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.583333'^^xsd:double;
  dwc:latitude '-4.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304810'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.366667 -38.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.366667 -38.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.366667"^^xsd:decimal ;
  geo-pos:long "-38.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44102'^^xsd:string;
  dwc:scientificName 'Pegantha triloba Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ranson G.'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st052'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-38.666667'^^xsd:double;
  dwc:latitude '-0.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117945'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304956'^^xsd:anyURI;
  dwc:observationDate '1935-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '117945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 54)"^^geo:wktLiteral ;
  geo-pos:lat "30"^^xsd:decimal ;
  geo-pos:long "54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43294'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '54'^^xsd:integer;
  dwc:latitude '30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304988'^^xsd:anyURI;
  dwc:observationDate '1930-12-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 54)"^^geo:wktLiteral ;
  geo-pos:lat "30"^^xsd:decimal ;
  geo-pos:long "54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F304989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/304989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43260'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '54'^^xsd:integer;
  dwc:latitude '30'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/304989'^^xsd:anyURI;
  dwc:observationDate '1930-12-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39091'^^xsd:string;
  dwc:scientificName 'Dipurena halterata (Forbes, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305222'^^xsd:anyURI;
  dwc:observationDate '1965-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '565148'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42443'^^xsd:string;
  dwc:scientificName 'Sertularella conica Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305411'^^xsd:anyURI;
  dwc:observationDate '1925-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '285494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42442'^^xsd:string;
  dwc:scientificName 'Sertularella conica Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305412'^^xsd:anyURI;
  dwc:observationDate '1925-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '285494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42470,INV.42566\\1'^^xsd:string;
  dwc:scientificName 'Sertularella filiformis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '834730'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305492'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285654'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.216667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  geo-pos:lat "24.216667"^^xsd:decimal ;
  geo-pos:long "-15.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40885'^^xsd:string;
  dwc:scientificName 'Halecium liouvillei Billard, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st016'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15.733333'^^xsd:double;
  dwc:latitude '24.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305532'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '117593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.37"^^xsd:decimal ;
  dwc:decimalLongitude "55.23"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  geo-pos:lat "-4.37"^^xsd:decimal ;
  geo-pos:long "55.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41869'^^xsd:string;
  dwc:scientificName 'Plumularia warreni Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '55.23'^^xsd:double;
  dwc:latitude '-4.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285311'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305598'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285311'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.31 -70.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.31"^^xsd:decimal ;
  dwc:decimalLongitude "-70.02"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.31 -70.02)"^^geo:wktLiteral ;
  geo-pos:lat "12.31"^^xsd:decimal ;
  geo-pos:long "-70.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41027'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Lagoon Boekoetie'^^xsd:string;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-70.02'^^xsd:double;
  dwc:latitude '12.31'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305620'^^xsd:anyURI;
  dwc:observationDate '1930-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.31 -70.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.31"^^xsd:decimal ;
  dwc:decimalLongitude "-70.02"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.31 -70.02)"^^geo:wktLiteral ;
  geo-pos:lat "12.31"^^xsd:decimal ;
  geo-pos:long "-70.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41024'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Lagoon Boekoetie'^^xsd:string;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-70.02'^^xsd:double;
  dwc:latitude '12.31'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305621'^^xsd:anyURI;
  dwc:observationDate '1930-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43789'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305740'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43801'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305741'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39749'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305746'^^xsd:anyURI;
  dwc:observationDate '1964-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  geo-pos:lat "47.2"^^xsd:decimal ;
  geo-pos:long "-5.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41406'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st503'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-5.8625'^^xsd:double;
  dwc:latitude '47.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305847'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F305894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/305894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43170\\1'^^xsd:string;
  dwc:scientificName 'Aglaophenia helleri Marktanner-Turneretscher'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/305894'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43538'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '60.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.183333 -30.404167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.404167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.183333 -30.404167)"^^geo:wktLiteral ;
  geo-pos:lat "39.183333"^^xsd:decimal ;
  geo-pos:long "-30.404167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41411'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st719'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-30.404167'^^xsd:double;
  dwc:latitude '39.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306255'^^xsd:anyURI;
  dwc:observationDate '1896-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39541'^^xsd:string;
  dwc:scientificName 'Velella velella (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306401'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117832'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44068'^^xsd:string;
  dwc:scientificName 'Cunina peregrina Bigelow, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306449'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221242'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.758333 -73.130556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-73.130556"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.758333 -73.130556)"^^geo:wktLiteral ;
  geo-pos:lat "-41.758333"^^xsd:decimal ;
  geo-pos:long "-73.130556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43067'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM18'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Estero Huito'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.130556'^^xsd:double;
  dwc:latitude '-41.758333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306527'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38272'^^xsd:string;
  dwc:scientificName 'Corydendrium parasiticum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38260'^^xsd:string;
  dwc:scientificName 'Corydendrium parasiticum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.741666 -42.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.741666"^^xsd:decimal ;
  dwc:decimalLongitude "-42.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40112'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2124'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-42.65'^^xsd:double;
  dwc:latitude '31.741666'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306710'^^xsd:anyURI;
  dwc:observationDate '1905-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33333 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.33333"^^xsd:decimal ;
  dwc:decimalLongitude "3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33333 3)"^^geo:wktLiteral ;
  geo-pos:lat "55.33333"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38190\\1'^^xsd:string;
  dwc:scientificName 'Clava squamata (Müller, 1776)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '55.33333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117427'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306826'^^xsd:anyURI;
  dwc:observationDate '1968-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.1125)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42955'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus tuba Totton, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM17'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Canal Calbuco'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.1125'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '285712'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306835'^^xsd:anyURI;
  dwc:observationDate '1948-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '285712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40639'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306846'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F306948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/306948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39467'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/306948'^^xsd:anyURI;
  dwc:observationDate '1961-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40625'^^xsd:string;
  dwc:scientificName 'Eirene parvitentaculata Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284590'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307132'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284590'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41031'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307327'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41017'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307328'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.983333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.983333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40821'^^xsd:string;
  dwc:scientificName 'Halecium flexile Allman, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '9.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307425'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '117588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.983333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.983333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40818'^^xsd:string;
  dwc:scientificName 'Halecium flexile Allman, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '9.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '292298'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307426'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '117588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307544> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307544>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-09-13'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40768'^^xsd:string;
  dwc:scientificName 'Halecium articulosum Clark, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '8'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117581'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307544'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117581'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.09694 -72.87966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.09694"^^xsd:decimal ;
  dwc:decimalLongitude "-72.87966"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.09694 -72.87966)"^^geo:wktLiteral ;
  geo-pos:lat "41.09694"^^xsd:decimal ;
  geo-pos:long "-72.87966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40536,INV.40537'^^xsd:string;
  dwc:scientificName 'Campanulina lacerata (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10661'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Long Island Sound'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-72.87966'^^xsd:double;
  dwc:latitude '41.09694'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10661'^^xsd:anyURI;
  dwc:aphiaid '152121'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307660'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '117413'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.09694 -72.87966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.09694"^^xsd:decimal ;
  dwc:decimalLongitude "-72.87966"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.09694 -72.87966)"^^geo:wktLiteral ;
  geo-pos:lat "41.09694"^^xsd:decimal ;
  geo-pos:long "-72.87966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40534,INV.40537'^^xsd:string;
  dwc:scientificName 'Campanulina lacerata (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10661'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Long Island Sound'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-72.87966'^^xsd:double;
  dwc:latitude '41.09694'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10661'^^xsd:anyURI;
  dwc:aphiaid '152121'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307661'^^xsd:anyURI;
  dwc:observationDate '1933-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '117413'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42130'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42141'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F307735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/307735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41473'^^xsd:string;
  dwc:scientificName 'Laodicea undulata (Forbes & Goodsir, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/307735'^^xsd:anyURI;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.19"^^xsd:decimal ;
  dwc:decimalLongitude "55.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  geo-pos:lat "-4.19"^^xsd:decimal ;
  geo-pos:long "55.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42851'^^xsd:string;
  dwc:scientificName 'Sertularia ligulata Thornely, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.44'^^xsd:double;
  dwc:latitude '-4.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308217'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285610'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42620'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308219'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42619'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308220'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308383> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308383>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40876'^^xsd:string;
  dwc:scientificName 'Halecium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308383'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41895'^^xsd:string;
  dwc:scientificName 'Ventromma halecioides (Alder, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308548'^^xsd:anyURI;
  dwc:observationDate '1930-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.733333 -12.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.733333 -12.733333)"^^geo:wktLiteral ;
  geo-pos:lat "35.733333"^^xsd:decimal ;
  geo-pos:long "-12.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44051'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st003'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '-12.733333'^^xsd:double;
  dwc:latitude '35.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308760'^^xsd:anyURI;
  dwc:observationDate '1948-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44125'^^xsd:string;
  dwc:scientificName 'Geryonia proboscidalis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308788'^^xsd:anyURI;
  dwc:observationDate '1968-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117567'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38704'^^xsd:string;
  dwc:scientificName 'Octotiara russelli Kramp, 1953'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308861'^^xsd:anyURI;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221198'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F308904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/308904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42465'^^xsd:string;
  dwc:scientificName 'Sertularella ellisi (Milne-Edwards, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4556'^^xsd:anyURI;
  dwc:aphiaid '117899'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/308904'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42753'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309504'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.708333 130.791666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.708333"^^xsd:decimal ;
  dwc:decimalLongitude "130.791666"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.708333 130.791666)"^^geo:wktLiteral ;
  geo-pos:lat "-1.708333"^^xsd:decimal ;
  geo-pos:long "130.791666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/st164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40213'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st164'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Ceram Sea, Oceans'^^xsd:string;
  dwc:longitude '130.791666'^^xsd:double;
  dwc:latitude '-1.708333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309507'^^xsd:anyURI;
  dwc:observationDate '1899-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.85 -72.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.85"^^xsd:decimal ;
  dwc:decimalLongitude "-72.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.85 -72.916667)"^^geo:wktLiteral ;
  geo-pos:lat "-41.85"^^xsd:decimal ;
  geo-pos:long "-72.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42406'^^xsd:string;
  dwc:scientificName 'Parascyphus repens (Jäderholm, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM40'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.916667'^^xsd:double;
  dwc:latitude '-41.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '290679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309565'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '290679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309599> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309599>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42456'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1961'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42009'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41977'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.891666 11.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.891666"^^xsd:decimal ;
  dwc:decimalLongitude "11.675"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.891666 11.675)"^^geo:wktLiteral ;
  geo-pos:lat "-5.891666"^^xsd:decimal ;
  geo-pos:long "11.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44320'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st014'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '11.675'^^xsd:double;
  dwc:latitude '-5.891666'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309732'^^xsd:anyURI;
  dwc:observationDate '1948-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39677'^^xsd:string;
  dwc:scientificName 'Teissiera medusifera Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1977'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '291192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  geo-pos:lat "29.916667"^^xsd:decimal ;
  geo-pos:long "-74.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40127\\1'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74.3'^^xsd:double;
  dwc:latitude '29.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309782'^^xsd:anyURI;
  dwc:observationDate '1939-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  geo-pos:lat "29.916667"^^xsd:decimal ;
  geo-pos:long "-74.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F309783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/309783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41766'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74.3'^^xsd:double;
  dwc:latitude '29.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/309783'^^xsd:anyURI;
  dwc:observationDate '1939-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41230\\2,INV.42715'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41209\\1,INV.42715'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42715,INV.42716'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43391'^^xsd:string;
  dwc:scientificName 'Clytia rangiroae (Agassiz & Mayer, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284385'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310156'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '284385'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 62.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "62.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "329496.73078602634"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40118'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '62.266667'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '329496.73078603'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310165'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.84512 178.01903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.84512"^^xsd:decimal ;
  dwc:decimalLongitude "178.01903"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.84512 178.01903)"^^geo:wktLiteral ;
  geo-pos:lat "-17.84512"^^xsd:decimal ;
  geo-pos:long "178.01903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43446'^^xsd:string;
  dwc:scientificName 'Laomedea articulata Quoy & Gaimard, 1828'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Fiji'^^xsd:string;
  dwc:longitude '178.01903'^^xsd:double;
  dwc:latitude '-17.84512'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310225'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.37"^^xsd:decimal ;
  dwc:decimalLongitude "35.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  geo-pos:lat "-21.37"^^xsd:decimal ;
  geo-pos:long "35.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41870'^^xsd:string;
  dwc:scientificName 'Plumularia warreni Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '35.2'^^xsd:double;
  dwc:latitude '-21.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285311'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310261'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285311'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.156667 -68.311111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.156667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.311111"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.156667 -68.311111)"^^geo:wktLiteral ;
  geo-pos:lat "12.156667"^^xsd:decimal ;
  geo-pos:long "-68.311111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42207'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.311111'^^xsd:double;
  dwc:latitude '12.156667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310276'^^xsd:anyURI;
  dwc:observationDate '1930-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40314'^^xsd:string;
  dwc:scientificName 'Halicornaria arcuata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310285'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40313'^^xsd:string;
  dwc:scientificName 'Halicornaria arcuata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310286'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40042'^^xsd:string;
  dwc:scientificName 'Aglaophenia delicatula (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '835739'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310375'^^xsd:anyURI;
  dwc:observationDate '1930-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '284163'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 0.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "0.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 0.37)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "0.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42265'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '0.37'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310534'^^xsd:anyURI;
  dwc:observationDate '1966-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F310580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/310580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39685'^^xsd:string;
  dwc:scientificName 'Teissiera medusifera Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/310580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '291192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.983333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.983333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40821\\1,INV.43744'^^xsd:string;
  dwc:scientificName 'Laomedea paulensis (Vanhoffen, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '9.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311003'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.983333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.983333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43743,INV.43744'^^xsd:string;
  dwc:scientificName 'Laomedea paulensis (Vanhoffen, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '9.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311004'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41826'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311024'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "-68.266667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "-68.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42204'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.266667'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311026'^^xsd:anyURI;
  dwc:observationDate '1930-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39609'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311063'^^xsd:anyURI;
  dwc:observationDate '1978-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39001'^^xsd:string;
  dwc:scientificName 'Vannuccia forbesi (Mayer, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311068'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.4 -33.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.4"^^xsd:decimal ;
  dwc:decimalLongitude "-33.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.4 -33.333333)"^^geo:wktLiteral ;
  geo-pos:lat "0.4"^^xsd:decimal ;
  geo-pos:long "-33.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44219'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ranson G.'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st049'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-33.333333'^^xsd:double;
  dwc:latitude '0.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311180'^^xsd:anyURI;
  dwc:observationDate '1935-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42274'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239'^^xsd:integer;
  dwc:collector 'Tregouboff T'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311198'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42129'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311340'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "5636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43330'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '5636'^^xsd:integer;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5636'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311357'^^xsd:anyURI;
  dwc:observationDate '1889-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.095833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  geo-pos:lat "38.758333"^^xsd:decimal ;
  geo-pos:long "-28.095833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40540'^^xsd:string;
  dwc:scientificName 'Campanulina producta Leloup, 1940'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1349'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.095833'^^xsd:double;
  dwc:latitude '38.758333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311358'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38930'^^xsd:string;
  dwc:scientificName 'Corymorpha nutans (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311444'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43034'^^xsd:string;
  dwc:scientificName 'Hincksella cylindrica (Bale, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311703'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '287481'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.866667 11.658333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.866667"^^xsd:decimal ;
  dwc:decimalLongitude "11.658333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.866667 11.658333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.866667"^^xsd:decimal ;
  geo-pos:long "11.658333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44138'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st025'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.658333'^^xsd:double;
  dwc:latitude '-4.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311806'^^xsd:anyURI;
  dwc:observationDate '1948-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40930'^^xsd:string;
  dwc:scientificName 'Halecium petrosum Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/1'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117600'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311836'^^xsd:anyURI;
  dwc:observationDate '1929-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117600'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40931'^^xsd:string;
  dwc:scientificName 'Halecium petrosum Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/1'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117600'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311837'^^xsd:anyURI;
  dwc:observationDate '1929-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117600'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40932'^^xsd:string;
  dwc:scientificName 'Halecium petrosum Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/1'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117600'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311838'^^xsd:anyURI;
  dwc:observationDate '1929-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117600'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1666665077"^^xsd:decimal ;
  dwc:decimalLongitude "144.8833312988"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1666665077"^^xsd:decimal ;
  geo-pos:long "144.8833312988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F311841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/311841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38038'^^xsd:string;
  dwc:scientificName 'Bougainvillia fulva Agassiz & Mayer, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.8833312988'^^xsd:double;
  dwc:latitude '-4.1666665077'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/311841'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "5636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38436,INV.38446'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '5636'^^xsd:integer;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5636'^^xsd:anyURI;
  dwc:aphiaid '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312054'^^xsd:anyURI;
  dwc:observationDate '1889-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44141'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312402'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 7.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "7.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 7.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "7.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41173'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Monaco'^^xsd:string;
  dwc:longitude '7.25'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40247'^^xsd:string;
  dwc:scientificName 'Aglaophenia septifera Broch, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152087'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.436111 -31.358333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.436111"^^xsd:decimal ;
  dwc:decimalLongitude "-31.358333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.436111 -31.358333)"^^geo:wktLiteral ;
  geo-pos:lat "39.436111"^^xsd:decimal ;
  geo-pos:long "-31.358333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42508'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2214'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-31.358333'^^xsd:double;
  dwc:latitude '39.436111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312572'^^xsd:anyURI;
  dwc:observationDate '1905-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.33911 13.5691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.33911"^^xsd:decimal ;
  dwc:decimalLongitude "13.5691"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.33911 13.5691)"^^geo:wktLiteral ;
  geo-pos:lat "-12.33911"^^xsd:decimal ;
  geo-pos:long "13.5691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42873'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.5691'^^xsd:double;
  dwc:latitude '-12.33911'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312633'^^xsd:anyURI;
  dwc:observationDate '1938-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -1.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -1.57)"^^geo:wktLiteral ;
  geo-pos:lat "51.46"^^xsd:decimal ;
  geo-pos:long "-1.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42397\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-1.57'^^xsd:double;
  dwc:latitude '51.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312645'^^xsd:anyURI;
  dwc:observationDate '1905-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41718'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41733'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39670'^^xsd:string;
  dwc:scientificName 'Teissiera australe Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44065'^^xsd:string;
  dwc:scientificName 'Cunina peregrina Bigelow, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221242'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312785'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221242'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.4"^^xsd:decimal ;
  dwc:decimalLongitude "18.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  geo-pos:lat "69.4"^^xsd:decimal ;
  geo-pos:long "18.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40520'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '18.58'^^xsd:double;
  dwc:latitude '69.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.4"^^xsd:decimal ;
  dwc:decimalLongitude "18.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  geo-pos:lat "69.4"^^xsd:decimal ;
  geo-pos:long "18.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40506'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '18.58'^^xsd:double;
  dwc:latitude '69.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38245'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.46'^^xsd:double;
  dwc:latitude '52.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312861'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.75"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.75"^^xsd:decimal ;
  geo-pos:long "12.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40629'^^xsd:string;
  dwc:scientificName 'Eirene viridula (Peron & Lesueur, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st115'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.666667'^^xsd:double;
  dwc:latitude '-11.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117512'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312918'^^xsd:anyURI;
  dwc:observationDate '1949-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '117512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38517'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312932'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.11 25.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.11"^^xsd:decimal ;
  dwc:decimalLongitude "25.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.11 25.48)"^^geo:wktLiteral ;
  geo-pos:lat "71.11"^^xsd:decimal ;
  geo-pos:long "25.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41370\\1'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '25.48'^^xsd:double;
  dwc:latitude '71.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F312972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/312972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38943'^^xsd:string;
  dwc:scientificName 'Euphysilla pyramidata Kramp, 1955'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/312972'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221089'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  geo-pos:lat "32.4"^^xsd:decimal ;
  geo-pos:long "-16.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42210'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.45'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  geo-pos:lat "32.4"^^xsd:decimal ;
  geo-pos:long "-16.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42194'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.45'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313170> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313170>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42348,INV.42349'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '8'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313170'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313171> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313171>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42349,INV.43334\\1'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '8'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313171'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39950'^^xsd:string;
  dwc:scientificName 'Aequorea aequorea (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.26 -60.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.26"^^xsd:decimal ;
  dwc:decimalLongitude "-60.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42188'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st061'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'Martinique'^^xsd:string;
  dwc:longitude '-60.53'^^xsd:double;
  dwc:latitude '14.26'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313232'^^xsd:anyURI;
  dwc:observationDate '1935-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.26 -60.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.26"^^xsd:decimal ;
  dwc:decimalLongitude "-60.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42195'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st061'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'Martinique'^^xsd:string;
  dwc:longitude '-60.53'^^xsd:double;
  dwc:latitude '14.26'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313233'^^xsd:anyURI;
  dwc:observationDate '1935-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-74"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  geo-pos:lat "29.833333"^^xsd:decimal ;
  geo-pos:long "-74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41292\\1'^^xsd:string;
  dwc:scientificName 'Lytoscyphus marginatus Billard, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st90'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74'^^xsd:integer;
  dwc:latitude '29.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313342'^^xsd:anyURI;
  dwc:observationDate '1936-03-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.983333 118.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.983333"^^xsd:decimal ;
  dwc:decimalLongitude "118.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.983333 118.766667)"^^geo:wktLiteral ;
  geo-pos:lat "-1.983333"^^xsd:decimal ;
  geo-pos:long "118.766667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/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 '2012-11-29'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41744'^^xsd:string;
  dwc:scientificName 'Plumularia campanula (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st91'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '118.766667'^^xsd:double;
  dwc:latitude '-1.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '764868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313354'^^xsd:anyURI;
  dwc:observationDate '1899-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '287296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "-68.266667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "-68.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40747'^^xsd:string;
  dwc:scientificName 'Diplocyathus caciniformis (Ritchie, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.266667'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313529'^^xsd:anyURI;
  dwc:observationDate '1930-09-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43857'^^xsd:string;
  dwc:scientificName 'Phialidium simplex Brown, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313582'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '284388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39200'^^xsd:string;
  dwc:scientificName 'Sarsia tubulosa (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313602'^^xsd:anyURI;
  dwc:observationDate '1960-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117491'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40956'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  geo-pos:lat "35.833333"^^xsd:decimal ;
  geo-pos:long "-58.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40109,INV.40110'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-58.233333'^^xsd:double;
  dwc:latitude '35.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313728'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -7.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -7.1125)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-7.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41187'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st60'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Golfe de Gascogne;Baie de Biscaye;Bay of Biscay'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-7.1125'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313827'^^xsd:anyURI;
  dwc:observationDate '1886-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.37"^^xsd:decimal ;
  dwc:decimalLongitude "55.23"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  geo-pos:lat "-4.37"^^xsd:decimal ;
  geo-pos:long "55.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F313972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/313972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39582'^^xsd:string;
  dwc:scientificName 'Solanderia minima (Hickson, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.23'^^xsd:double;
  dwc:latitude '-4.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/313972'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40624'^^xsd:string;
  dwc:scientificName 'Eirene parvitentaculata Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284590'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314047'^^xsd:anyURI;
  dwc:observationDate '1985-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '284590'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-06'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38137'^^xsd:string;
  dwc:scientificName 'Koellikerina fasciulata (Péron & Lesueur, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117343'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314049'^^xsd:anyURI;
  dwc:observationDate '1960-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117343'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39405'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314166'^^xsd:anyURI;
  dwc:observationDate '1974-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "30.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "30.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "7044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42292'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '7044'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1905'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Jarfjorden'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '30.25'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:7044'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "30.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "30.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "7044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42273'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '7044'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1905'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Jarfjorden'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '30.25'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:7044'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39505'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40179'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314554'^^xsd:anyURI;
  dwc:observationDate '1967-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42399,INV.42400,INV.42401'^^xsd:string;
  dwc:scientificName 'Nigellastrum digitale (Busk, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '842988'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314563'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '220585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42398,INV.42399,INV.42400'^^xsd:string;
  dwc:scientificName 'Nigellastrum digitale (Busk, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '842988'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314564'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '220585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41631'^^xsd:string;
  dwc:scientificName 'Phialella quadrata (Forbes, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117804'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314580'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117804'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 1.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.35"^^xsd:decimal ;
  dwc:decimalLongitude "1.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 1.14)"^^geo:wktLiteral ;
  geo-pos:lat "49.35"^^xsd:decimal ;
  geo-pos:long "1.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40954\\1'^^xsd:string;
  dwc:scientificName 'Plumularia halecioides (Alder, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.14'^^xsd:double;
  dwc:latitude '49.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '212492'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314756'^^xsd:anyURI;
  dwc:observationDate '1909-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '117673'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36"^^xsd:decimal ;
  dwc:decimalLongitude "55.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36"^^xsd:decimal ;
  geo-pos:long "55.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F314903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/314903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38845'^^xsd:string;
  dwc:scientificName 'Asyncoryne ryniensis Warren, 1908'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.25'^^xsd:double;
  dwc:latitude '-4.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289484'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/314903'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '289484'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39094,INV.39095'^^xsd:string;
  dwc:scientificName 'Dipurena ophiogaster Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117476'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315002'^^xsd:anyURI;
  dwc:observationDate '1962-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '565165'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44117'^^xsd:string;
  dwc:scientificName 'Solmaris rhodoloma (Brandt, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315108'^^xsd:anyURI;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '221239'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43192\\1'^^xsd:string;
  dwc:scientificName 'Halecium muricatum (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42880'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315347'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42868'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315348'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43735'^^xsd:string;
  dwc:scientificName 'Laomedea spinulosa var. minor Leloup, 1932'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117385'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315399'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.883333 73.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.883333"^^xsd:decimal ;
  dwc:decimalLongitude "73.866667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.883333 73.866667)"^^geo:wktLiteral ;
  geo-pos:lat "32.883333"^^xsd:decimal ;
  geo-pos:long "73.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41778\\1'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '73.866667'^^xsd:double;
  dwc:latitude '32.883333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315400'^^xsd:anyURI;
  dwc:observationDate '1937-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "-68.266667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 -68.266667)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "-68.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42149'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.266667'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315417'^^xsd:anyURI;
  dwc:observationDate '1930-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315473> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315473>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42944'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus plectilis (Hickson & Gravely, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283'^^xsd:integer;
  dwc:startYearCollected '1964'^^xsd:integer;
  dwc:endYearCollected '1965'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:aphiaid '174550'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38575'^^xsd:string;
  dwc:scientificName 'Podocoryne intermis (Allman, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '151718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315610'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40648'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315612'^^xsd:anyURI;
  dwc:observationDate '1959-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38675'^^xsd:string;
  dwc:scientificName 'Merga tregoubouvii Picard, 1960'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117795'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.31 -68.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.31"^^xsd:decimal ;
  dwc:decimalLongitude "-68.03"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.31 -68.03)"^^geo:wktLiteral ;
  geo-pos:lat "-55.31"^^xsd:decimal ;
  geo-pos:long "-68.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42423'^^xsd:string;
  dwc:scientificName 'Sertularella affinis Hartlaub, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1882'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-68.03'^^xsd:double;
  dwc:latitude '-55.31'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '292429'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38189'^^xsd:string;
  dwc:scientificName 'Clava multicornis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:gYear;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41620'^^xsd:string;
  dwc:scientificName 'Orchistoma manam Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285113'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315824'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285113'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315904> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315904>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41924'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315904'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.866667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  geo-pos:lat "53.666667"^^xsd:decimal ;
  geo-pos:long "-3.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43634'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-3.866667'^^xsd:double;
  dwc:latitude '53.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.866667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  geo-pos:lat "53.666667"^^xsd:decimal ;
  geo-pos:long "-3.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43607'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-3.866667'^^xsd:double;
  dwc:latitude '53.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44185'^^xsd:string;
  dwc:scientificName 'Aglaura hemistoma Peron & Lesueur, 1810'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315942'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117851'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42237'^^xsd:string;
  dwc:scientificName 'Dynamena densa Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292399'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315970'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F315971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/315971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43750\\1'^^xsd:string;
  dwc:scientificName 'Dynamena densa Stechow, 1919'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292399'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/315971'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4 -28.023611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.023611"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4 -28.023611)"^^geo:wktLiteral ;
  geo-pos:lat "38.4"^^xsd:decimal ;
  geo-pos:long "-28.023611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42516'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st247'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.023611'^^xsd:double;
  dwc:latitude '38.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316106'^^xsd:anyURI;
  dwc:observationDate '1888-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44123'^^xsd:string;
  dwc:scientificName 'Geryonia proboscidalis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316156'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117567'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43411'^^xsd:string;
  dwc:scientificName 'Hartlaubella gelatinosa (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117378'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316184'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38179,INV.38193'^^xsd:string;
  dwc:scientificName 'Clava multicornis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '60.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38179,INV.38180'^^xsd:string;
  dwc:scientificName 'Clava multicornis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '60.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40304'^^xsd:string;
  dwc:scientificName 'Cladocarpus lignosus (Kirchenpauer, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284088'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.18 152.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.18"^^xsd:decimal ;
  dwc:decimalLongitude "152.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.18 152.58)"^^geo:wktLiteral ;
  geo-pos:lat "-25.18"^^xsd:decimal ;
  geo-pos:long "152.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40396'^^xsd:string;
  dwc:scientificName 'Macrorhynchia phoenicea (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '152.58'^^xsd:double;
  dwc:latitude '-25.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '284199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40392'^^xsd:string;
  dwc:scientificName 'Macrorhynchia longicornis (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '736502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '990315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.933333 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.933333"^^xsd:decimal ;
  dwc:decimalLongitude "12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.933333 12)"^^geo:wktLiteral ;
  geo-pos:lat "-5.933333"^^xsd:decimal ;
  geo-pos:long "12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43833'^^xsd:string;
  dwc:scientificName 'Obelia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st012'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '-5.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316478'^^xsd:anyURI;
  dwc:observationDate '1948-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38703'^^xsd:string;
  dwc:scientificName 'Octotiara russelli Kramp, 1953'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316515'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '221198'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.933333"^^xsd:decimal ;
  dwc:decimalLongitude "11.3375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  geo-pos:lat "76.933333"^^xsd:decimal ;
  geo-pos:long "11.3375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42903'^^xsd:string;
  dwc:scientificName 'Sertularia tenera Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st991'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '11.3375'^^xsd:double;
  dwc:latitude '76.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316702'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.933333"^^xsd:decimal ;
  dwc:decimalLongitude "11.3375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  geo-pos:lat "76.933333"^^xsd:decimal ;
  geo-pos:long "11.3375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42898'^^xsd:string;
  dwc:scientificName 'Sertularia tenera Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st991'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '11.3375'^^xsd:double;
  dwc:latitude '76.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117925'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316703'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43075'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316811'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43663\\1'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316812'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F316813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/316813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43658\\1'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/316813'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.44 114.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.44"^^xsd:decimal ;
  dwc:decimalLongitude "114.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43849'^^xsd:string;
  dwc:scientificName 'Paracalix ambiplica (Mulder & Trebilcock, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '114.36'^^xsd:double;
  dwc:latitude '-28.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284308'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42579'^^xsd:string;
  dwc:scientificName 'Sertularella peculiaris Leloup, 1974'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '292643'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317107'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '292643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70 19.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70"^^xsd:decimal ;
  dwc:decimalLongitude "19.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38735'^^xsd:string;
  dwc:scientificName 'Perigonimus gelatinosus Duerden, 1895'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2534'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '19.56'^^xsd:double;
  dwc:latitude '70'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '718839'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317169'^^xsd:anyURI;
  dwc:observationDate '1906-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39921'^^xsd:string;
  dwc:scientificName 'Zancleopsis elegans Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317249'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288111'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38660'^^xsd:string;
  dwc:scientificName 'Leuckartiara octona (Fleming, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317481'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.138889 -73.472223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.138889"^^xsd:decimal ;
  dwc:decimalLongitude "-73.472223"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.138889 -73.472223)"^^geo:wktLiteral ;
  geo-pos:lat "-42.138889"^^xsd:decimal ;
  geo-pos:long "-73.472223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40826'^^xsd:string;
  dwc:scientificName 'Halecium fraseri Ralfh, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM43'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Golfo de Ancud'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.472223'^^xsd:double;
  dwc:latitude '-42.138889'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '284731'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317812'^^xsd:anyURI;
  dwc:observationDate '1949-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '284731'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.138889 -73.472223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.138889"^^xsd:decimal ;
  dwc:decimalLongitude "-73.472223"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.138889 -73.472223)"^^geo:wktLiteral ;
  geo-pos:lat "-42.138889"^^xsd:decimal ;
  geo-pos:long "-73.472223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F317813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/317813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41813\\1'^^xsd:string;
  dwc:scientificName 'Halecium fraseri Ralfh, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM43'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Golfo de Ancud'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.472223'^^xsd:double;
  dwc:latitude '-42.138889'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '284731'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/317813'^^xsd:anyURI;
  dwc:observationDate '1949-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '284731'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40884'^^xsd:string;
  dwc:scientificName 'Halecium margaricum (Hincks, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318048'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41274\\3'^^xsd:string;
  dwc:scientificName 'Campanularia africana Stechow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '284306'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318170'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '284306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43100'^^xsd:string;
  dwc:scientificName 'Campanularia africana Stechow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '284306'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318171'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '284306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  geo-pos:lat "13.416667"^^xsd:decimal ;
  geo-pos:long "-16.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40055'^^xsd:string;
  dwc:scientificName 'Aglaophenia dichotoma (Sars, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st029'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.833333'^^xsd:double;
  dwc:latitude '13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318265'^^xsd:anyURI;
  dwc:observationDate '1935-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43524'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318273'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41832'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318498'^^xsd:anyURI;
  dwc:observationDate '1930-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -54)"^^geo:wktLiteral ;
  geo-pos:lat "39"^^xsd:decimal ;
  geo-pos:long "-54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st3406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39835'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st3406'^^xsd:string;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-54'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318540'^^xsd:anyURI;
  dwc:observationDate '1913-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38628'^^xsd:string;
  dwc:scientificName 'Janiopsis costata Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '447909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318570'^^xsd:anyURI;
  dwc:observationDate '1987-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '290236'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.033333 -16.329167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.033333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.329167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.033333 -16.329167)"^^geo:wktLiteral ;
  geo-pos:lat "33.033333"^^xsd:decimal ;
  geo-pos:long "-16.329167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40262'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st801'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.329167'^^xsd:double;
  dwc:latitude '33.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318616'^^xsd:anyURI;
  dwc:observationDate '1897-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38497'^^xsd:string;
  dwc:scientificName 'Hansiella fragilis Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318695'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290077'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F318964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/318964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39407'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/318964'^^xsd:anyURI;
  dwc:observationDate '1974-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39642'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319014'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38506'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319028'^^xsd:anyURI;
  dwc:observationDate '1961-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.333333"^^xsd:decimal ;
  dwc:decimalLongitude "56.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.333333 56.5)"^^geo:wktLiteral ;
  geo-pos:lat "70.333333"^^xsd:decimal ;
  geo-pos:long "56.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43322'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '56.5'^^xsd:double;
  dwc:latitude '70.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319120'^^xsd:anyURI;
  dwc:observationDate '1907-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.43 55.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.43"^^xsd:decimal ;
  dwc:decimalLongitude "55.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.43 55.12)"^^geo:wktLiteral ;
  geo-pos:lat "-3.43"^^xsd:decimal ;
  geo-pos:long "55.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42320'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.12'^^xsd:double;
  dwc:latitude '-3.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319125'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117889'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.216667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  geo-pos:lat "24.216667"^^xsd:decimal ;
  geo-pos:long "-15.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40159'^^xsd:string;
  dwc:scientificName 'Aglaophenia parvula Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st016'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15.733333'^^xsd:double;
  dwc:latitude '24.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319249'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '117281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.216667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  geo-pos:lat "24.216667"^^xsd:decimal ;
  geo-pos:long "-15.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40156'^^xsd:string;
  dwc:scientificName 'Aglaophenia parvula Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st016'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15.733333'^^xsd:double;
  dwc:latitude '24.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117281'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319250'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '117281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.43"^^xsd:decimal ;
  dwc:decimalLongitude "8.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 8.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.43"^^xsd:decimal ;
  geo-pos:long "8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43547'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.3'^^xsd:double;
  dwc:latitude '54.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.43"^^xsd:decimal ;
  dwc:decimalLongitude "8.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 8.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.43"^^xsd:decimal ;
  geo-pos:long "8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43539'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.3'^^xsd:double;
  dwc:latitude '54.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40823\\3,INV.43706,INV.43707'^^xsd:string;
  dwc:scientificName 'Laomedea raridentata (Alder, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319394'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43706,INV.43707,INV.43708'^^xsd:string;
  dwc:scientificName 'Laomedea raridentata (Alder, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319395'^^xsd:anyURI;
  dwc:observationDate '1935-08-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38439'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/1'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319674'^^xsd:anyURI;
  dwc:observationDate '1929-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.118056 120.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.118056"^^xsd:decimal ;
  dwc:decimalLongitude "120.433333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.118056 120.433333)"^^geo:wktLiteral ;
  geo-pos:lat "6.118056"^^xsd:decimal ;
  geo-pos:long "120.433333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/st99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41743'^^xsd:string;
  dwc:scientificName 'Plumularia buskii var. peculiaris Billard, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '9464/st99'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Sulu Sea'^^xsd:string;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '120.433333'^^xsd:double;
  dwc:latitude '6.118056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319703'^^xsd:anyURI;
  dwc:observationDate '1899-06-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43785'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319704'^^xsd:anyURI;
  dwc:observationDate '1959-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43651'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F319747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/319747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43647'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/319747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/320204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38333\\1,INV.38336'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/320204'^^xsd:anyURI;
  dwc:observationDate '1964-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/320459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38299'^^xsd:string;
  dwc:scientificName 'Turritopsis nutricula Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/320459'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.095833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  geo-pos:lat "38.758333"^^xsd:decimal ;
  geo-pos:long "-28.095833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/320920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38375'^^xsd:string;
  dwc:scientificName 'Thamnitis cidaritis (Weismann, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1349'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.095833'^^xsd:double;
  dwc:latitude '38.758333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/320920'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F320964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/320964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41638'^^xsd:string;
  dwc:scientificName 'Phialucium mbenga (Agassiz & Mayer, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/320964'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '843045'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.6 13.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.6 13.466667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.6"^^xsd:decimal ;
  geo-pos:long "13.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-18'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40631'^^xsd:string;
  dwc:scientificName 'Eirene viridula (Peron & Lesueur, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st093'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '13.466667'^^xsd:double;
  dwc:latitude '-10.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117512'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321011'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.833333 -14.933333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.833333 -14.933333)"^^geo:wktLiteral ;
  geo-pos:lat "24.833333"^^xsd:decimal ;
  geo-pos:long "-14.933333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41984'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st010'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-14.933333'^^xsd:double;
  dwc:latitude '24.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321049'^^xsd:anyURI;
  dwc:observationDate '1935-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  geo-pos:lat "13.416667"^^xsd:decimal ;
  geo-pos:long "-16.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39450,INV.39453'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st029'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.833333'^^xsd:double;
  dwc:latitude '13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321099'^^xsd:anyURI;
  dwc:observationDate '1935-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "-22.9125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38430'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1203'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-22.9125'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321103'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -7.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -7.1125)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-7.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41123'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria bonnevieae (Billard, 1906)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st60'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Golfe de Gascogne;Baie de Biscaye;Bay of Biscay'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-7.1125'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117671'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321220'^^xsd:anyURI;
  dwc:observationDate '1886-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '117671'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42316'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321342'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42312'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321343'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.54 122.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.54"^^xsd:decimal ;
  dwc:decimalLongitude "122.04"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.54 122.04)"^^geo:wktLiteral ;
  geo-pos:lat "6.54"^^xsd:decimal ;
  geo-pos:long "122.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40037'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9796'^^xsd:integer;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '122.04'^^xsd:double;
  dwc:latitude '6.54'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9796'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321384'^^xsd:anyURI;
  dwc:observationDate '1932-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1666665077"^^xsd:decimal ;
  dwc:decimalLongitude "144.8833312988"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1666665077"^^xsd:decimal ;
  geo-pos:long "144.8833312988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38584'^^xsd:string;
  dwc:scientificName 'Niobia dendrotentaculata Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.8833312988'^^xsd:double;
  dwc:latitude '-4.1666665077'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117766'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321388'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '834713'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.19 10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.19"^^xsd:decimal ;
  dwc:decimalLongitude "10.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.19 10.48)"^^geo:wktLiteral ;
  geo-pos:lat "55.19"^^xsd:decimal ;
  geo-pos:long "10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38206,INV.38208,INV.38236,INV.38237'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '10.48'^^xsd:double;
  dwc:latitude '55.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321437'^^xsd:anyURI;
  dwc:observationDate '1914-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.19 10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.19"^^xsd:decimal ;
  dwc:decimalLongitude "10.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.19 10.48)"^^geo:wktLiteral ;
  geo-pos:lat "55.19"^^xsd:decimal ;
  geo-pos:long "10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38206,INV.38207,INV.38208,INV.38237'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1914'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '10.48'^^xsd:double;
  dwc:latitude '55.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321438'^^xsd:anyURI;
  dwc:observationDate '1914-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.21 18.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.21"^^xsd:decimal ;
  dwc:decimalLongitude "18.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F321684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/321684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40315'^^xsd:string;
  dwc:scientificName 'Halicornaria arcuata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.28'^^xsd:double;
  dwc:latitude '-34.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/321684'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42600'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42589'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43992'^^xsd:string;
  dwc:scientificName 'Proboscidactyla ornata (Mc Crady, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322212'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117835'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39627'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322255'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.483333"^^xsd:decimal ;
  dwc:decimalLongitude "-0.683333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  geo-pos:lat "53.483333"^^xsd:decimal ;
  geo-pos:long "-0.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41894'^^xsd:string;
  dwc:scientificName 'Ventromma halecioides (Alder, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-0.683333'^^xsd:double;
  dwc:latitude '53.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117678'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322409> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322409>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42793\\3'^^xsd:string;
  dwc:scientificName 'Laomedea hyalina (Hincks, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '8'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '152129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322409'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322441> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322441>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43007'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:collector 'Billet V.'^^xsd:string;
  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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322441'^^xsd:anyURI;
  dwc:observationDate '1938-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.825 -56.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.825"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41991'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Uruguay'^^xsd:string;
  dwc:longitude '-56.2'^^xsd:double;
  dwc:latitude '-34.825'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42519'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico, Oceans'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.37"^^xsd:decimal ;
  dwc:decimalLongitude "35.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  geo-pos:lat "-21.37"^^xsd:decimal ;
  geo-pos:long "35.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43042'^^xsd:string;
  dwc:scientificName 'Synthecium elegans Allman, 1872'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '35.2'^^xsd:double;
  dwc:latitude '-21.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220583'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322711'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220583'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39973'^^xsd:string;
  dwc:scientificName 'Aequorea conica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117269'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117269'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40930\\1'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/1'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322792'^^xsd:anyURI;
  dwc:observationDate '1929-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9239/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40931\\1'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9239/1'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9239'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322793'^^xsd:anyURI;
  dwc:observationDate '1929-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.983333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.983333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40821\\2'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '9.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322844'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '345878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.983333 15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.983333"^^xsd:decimal ;
  dwc:decimalLongitude "15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43744\\1'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.75'^^xsd:double;
  dwc:latitude '9.983333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322845'^^xsd:anyURI;
  dwc:observationDate '1937-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '345878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.780556 -73.202778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.780556"^^xsd:decimal ;
  dwc:decimalLongitude "-73.202778"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.780556 -73.202778)"^^geo:wktLiteral ;
  geo-pos:lat "-42.780556"^^xsd:decimal ;
  geo-pos:long "-73.202778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42013'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM79'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Golfo Corcovado'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.202778'^^xsd:double;
  dwc:latitude '-42.780556'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322869'^^xsd:anyURI;
  dwc:observationDate '1949-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F322910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/322910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41996\\1'^^xsd:string;
  dwc:scientificName 'Sertularia distans (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/322910'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '546867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.54 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.54 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "51.54"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41475'^^xsd:string;
  dwc:scientificName 'Laodicea undulata (Forbes & Goodsir, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '51.54'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323015'^^xsd:anyURI;
  dwc:observationDate '1958-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38989'^^xsd:string;
  dwc:scientificName 'Euphysora verrucosa Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323029'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284507'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43170'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43159'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40519\\1'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40508\\2'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39102'^^xsd:string;
  dwc:scientificName 'Dipurena ophiogaster Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117476'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323129'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '565165'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.02 4.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.02"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38750'^^xsd:string;
  dwc:scientificName 'Perigonimus repens Hincks, 1868'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Texelstroom'^^xsd:string;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.53'^^xsd:double;
  dwc:latitude '53.02'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '151911'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323224'^^xsd:anyURI;
  dwc:observationDate '1933-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43928'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323314'^^xsd:anyURI;
  dwc:observationDate '1954-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 13.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "13.52"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 13.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "13.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "13422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-03-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38366'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '13422'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Croatia'^^xsd:string;
  dwc:longitude '13.52'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13422'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323404'^^xsd:anyURI;
  dwc:observationDate '1933-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39254'^^xsd:string;
  dwc:scientificName 'Staurocladia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '602103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323411'^^xsd:anyURI;
  dwc:observationDate '1980-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '602103'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39983'^^xsd:string;
  dwc:scientificName 'Aequorea pensilis (Eschscholtz, 1829)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117272'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323412'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117272'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43154\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323424'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39823'^^xsd:string;
  dwc:scientificName 'Tubularia indivisa Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323438'^^xsd:anyURI;
  dwc:observationDate '1965-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323509> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323509>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44175'^^xsd:string;
  dwc:scientificName 'Ptychogastria polaris Allman, 1878'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117846'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.15 79.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.15"^^xsd:decimal ;
  dwc:decimalLongitude "79.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.15 79.2)"^^geo:wktLiteral ;
  geo-pos:lat "9.15"^^xsd:decimal ;
  geo-pos:long "79.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43023'^^xsd:string;
  dwc:scientificName 'Thyroscyphus fruticosus (Esper, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '79.2'^^xsd:double;
  dwc:latitude '9.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '287749'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323556'^^xsd:anyURI;
  dwc:observationDate '1925-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '287749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.15 79.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.15"^^xsd:decimal ;
  dwc:decimalLongitude "79.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.15 79.2)"^^geo:wktLiteral ;
  geo-pos:lat "9.15"^^xsd:decimal ;
  geo-pos:long "79.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43022'^^xsd:string;
  dwc:scientificName 'Thyroscyphus fruticosus (Esper, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '79.2'^^xsd:double;
  dwc:latitude '9.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '287749'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323557'^^xsd:anyURI;
  dwc:observationDate '1925-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '287749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323605> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323605>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38159'^^xsd:string;
  dwc:scientificName 'Calycopsis borchgrevinki (Browne, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174227'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174227'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 -28.079167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.079167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 -28.079167)"^^geo:wktLiteral ;
  geo-pos:lat "38.333333"^^xsd:decimal ;
  geo-pos:long "-28.079167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38371'^^xsd:string;
  dwc:scientificName 'Thamnitis cidaritis (Weismann, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st683'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.079167'^^xsd:double;
  dwc:latitude '38.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323618'^^xsd:anyURI;
  dwc:observationDate '1896-07-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 -28.079167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.079167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 -28.079167)"^^geo:wktLiteral ;
  geo-pos:lat "38.333333"^^xsd:decimal ;
  geo-pos:long "-28.079167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38372'^^xsd:string;
  dwc:scientificName 'Thamnitis cidaritis (Weismann, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st683'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.079167'^^xsd:double;
  dwc:latitude '38.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323619'^^xsd:anyURI;
  dwc:observationDate '1896-07-07'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "1.32"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40485'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Strait of Dover'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.32'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "1.32"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40468'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Strait of Dover'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.32'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F323830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/323830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41571'^^xsd:string;
  dwc:scientificName 'Octophialucium aphrodite (Bigelow, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285059'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/323830'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285059'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.38 2.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.38"^^xsd:decimal ;
  dwc:decimalLongitude "2.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.38 2.01)"^^geo:wktLiteral ;
  geo-pos:lat "48.38"^^xsd:decimal ;
  geo-pos:long "2.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/324088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40552'^^xsd:string;
  dwc:scientificName 'Opercularella lacerata (Johnston, 1849)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '2.01'^^xsd:double;
  dwc:latitude '48.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117413'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/324088'^^xsd:anyURI;
  dwc:observationDate '1934-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117413'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/324221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40638'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/324221'^^xsd:anyURI;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/324276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39565'^^xsd:string;
  dwc:scientificName 'Dendrocoryne misakinensis Inaba, 1892'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288713'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/324276'^^xsd:anyURI;
  dwc:observationDate '1935-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '288713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.383333 -3.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.383333 -3.416667)"^^geo:wktLiteral ;
  geo-pos:lat "47.383333"^^xsd:decimal ;
  geo-pos:long "-3.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/324537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42041'^^xsd:string;
  dwc:scientificName 'Diphasia alata (Hincks, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2974'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.416667'^^xsd:double;
  dwc:latitude '47.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/324537'^^xsd:anyURI;
  dwc:observationDate '1910-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -1.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -1.57)"^^geo:wktLiteral ;
  geo-pos:lat "51.46"^^xsd:decimal ;
  geo-pos:long "-1.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/324579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42397'^^xsd:string;
  dwc:scientificName 'Nigellastrum attenuatum (Hincks, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-1.57'^^xsd:double;
  dwc:latitude '51.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152145'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/324579'^^xsd:anyURI;
  dwc:observationDate '1905-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117877'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F324724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/324724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42297'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/324724'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -9.029167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-9.029167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -9.029167)"^^geo:wktLiteral ;
  geo-pos:lat "34.15"^^xsd:decimal ;
  geo-pos:long "-9.029167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43169'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st442'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.029167'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325040'^^xsd:anyURI;
  dwc:observationDate '1894-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -9.029167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-9.029167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -9.029167)"^^geo:wktLiteral ;
  geo-pos:lat "34.15"^^xsd:decimal ;
  geo-pos:long "-9.029167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43168'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st442'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.029167'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325041'^^xsd:anyURI;
  dwc:observationDate '1894-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39060'^^xsd:string;
  dwc:scientificName 'Coryne pusilla (Gaertner, 1774)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117471'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325131'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117471'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  geo-pos:lat "29.916667"^^xsd:decimal ;
  geo-pos:long "-74.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40127'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74.3'^^xsd:double;
  dwc:latitude '29.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325399'^^xsd:anyURI;
  dwc:observationDate '1939-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.916667 -74.3)"^^geo:wktLiteral ;
  geo-pos:lat "29.916667"^^xsd:decimal ;
  geo-pos:long "-74.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40108'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74.3'^^xsd:double;
  dwc:latitude '29.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325400'^^xsd:anyURI;
  dwc:observationDate '1939-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40651'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325623'^^xsd:anyURI;
  dwc:observationDate '1971-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325716> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325716>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40887\\1'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st014'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '24.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325716'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  geo-pos:lat "35.833333"^^xsd:decimal ;
  geo-pos:long "-58.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F325855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/325855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41863\\1'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-58.233333'^^xsd:double;
  dwc:latitude '35.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/325855'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "5636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38502'^^xsd:string;
  dwc:scientificName 'Hydractinia carnea Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '5636'^^xsd:integer;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5636'^^xsd:anyURI;
  dwc:aphiaid '151717'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326042'^^xsd:anyURI;
  dwc:observationDate '1889-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38893,INV.38895,INV.38899,INV.38902,INV.38903,INV.38904,INV.38905,INV.38906'^^xsd:string;
  dwc:scientificName 'Cladonema radiatum Dujardin, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326052'^^xsd:anyURI;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117425'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38897'^^xsd:string;
  dwc:scientificName 'Cladonema radiatum Dujardin, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326070'^^xsd:anyURI;
  dwc:observationDate '1959-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117425'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09"^^xsd:decimal ;
  dwc:decimalLongitude "108.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.09"^^xsd:decimal ;
  geo-pos:long "108.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41667'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.07'^^xsd:double;
  dwc:latitude '16.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09"^^xsd:decimal ;
  dwc:decimalLongitude "108.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.09"^^xsd:decimal ;
  geo-pos:long "108.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41686'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.07'^^xsd:double;
  dwc:latitude '16.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-04-15'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38329'^^xsd:string;
  dwc:scientificName 'Pachycordyle napolitana Weismann, 1883'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117351'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326317'^^xsd:anyURI;
  dwc:observationDate '1962-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117351'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3"^^xsd:decimal ;
  dwc:decimalLongitude "113.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3"^^xsd:decimal ;
  geo-pos:long "113.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40351'^^xsd:string;
  dwc:scientificName 'Lytocarpus longicornis (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.3'^^xsd:double;
  dwc:latitude '-25.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326355'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42331'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326393'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 10.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 10.333333)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "10.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10195/st23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38621'^^xsd:string;
  dwc:scientificName 'Hydrichthys cyclothonis Damas, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Damas H.'^^xsd:string;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10195/st23'^^xsd:string;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '10.333333'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10195'^^xsd:anyURI;
  dwc:aphiaid '117668'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326510'^^xsd:anyURI;
  dwc:observationDate '1922-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '117668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36"^^xsd:decimal ;
  dwc:decimalLongitude "55.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36"^^xsd:decimal ;
  geo-pos:long "55.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42177'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.25'^^xsd:double;
  dwc:latitude '-4.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326560'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-67.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42689'^^xsd:string;
  dwc:scientificName 'Sertularella subdichotoma Kirchenpauer, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.4'^^xsd:double;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-67.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42682'^^xsd:string;
  dwc:scientificName 'Sertularella subdichotoma Kirchenpauer, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.4'^^xsd:double;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.958333 -29.252778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.958333"^^xsd:decimal ;
  dwc:decimalLongitude "-29.252778"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.958333 -29.252778)"^^geo:wktLiteral ;
  geo-pos:lat "37.958333"^^xsd:decimal ;
  geo-pos:long "-29.252778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41396'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st889'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-29.252778'^^xsd:double;
  dwc:latitude '37.958333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326642'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3 -88.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3"^^xsd:decimal ;
  dwc:decimalLongitude "-88.033333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3 -88.033333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3"^^xsd:decimal ;
  geo-pos:long "-88.033333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38840'^^xsd:string;
  dwc:scientificName 'Errina gracilis Marenzeller, 1903'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Marenzeller'^^xsd:string;
  dwc:yearIdentified '1903'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st941'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-88.033333'^^xsd:double;
  dwc:latitude '-71.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '285812'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326687'^^xsd:anyURI;
  dwc:observationDate '1898-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '285812'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.175"^^xsd:decimal ;
  dwc:decimalLongitude "144.879723"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  geo-pos:lat "-4.175"^^xsd:decimal ;
  geo-pos:long "144.879723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39637'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.879723'^^xsd:double;
  dwc:latitude '-4.175'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326938'^^xsd:anyURI;
  dwc:observationDate '1978-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 7.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "7.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 7.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "7.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40824'^^xsd:string;
  dwc:scientificName 'Halecium gracile Bale, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:country 'Monaco'^^xsd:string;
  dwc:longitude '7.25'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '174384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F326991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/326991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38764'^^xsd:string;
  dwc:scientificName 'Stomotoca atra Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/326991'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221202'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44021'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327006'^^xsd:anyURI;
  dwc:observationDate '1984-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38980'^^xsd:string;
  dwc:scientificName 'Euphysora gemmifera Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284496'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327143'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '395280'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327182> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327182>
  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 "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42454'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327182'^^xsd:anyURI;
  dwc:observationDate '1902-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40640'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327504'^^xsd:anyURI;
  dwc:observationDate '1967-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41143,INV.41145'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Garcia'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '38.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41134,INV.41143'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Garcia'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '38.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9 -2.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.9"^^xsd:decimal ;
  dwc:decimalLongitude "-2.083333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9 -2.083333)"^^geo:wktLiteral ;
  geo-pos:lat "56.9"^^xsd:decimal ;
  geo-pos:long "-2.083333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42339'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-2.083333'^^xsd:double;
  dwc:latitude '56.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40394'^^xsd:string;
  dwc:scientificName 'Macrorhynchia phoenicea (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '284199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40393'^^xsd:string;
  dwc:scientificName 'Macrorhynchia phoenicea (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '284199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.21 18.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.21"^^xsd:decimal ;
  dwc:decimalLongitude "18.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40305'^^xsd:string;
  dwc:scientificName 'Cladocarpus lignosus (Kirchenpauer, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.28'^^xsd:double;
  dwc:latitude '-34.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284088'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41317'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327764'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "12.183333"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43285'^^xsd:string;
  dwc:scientificName 'Campanularia sargassicola (Nutting, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '12.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327812'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "12.183333"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43275'^^xsd:string;
  dwc:scientificName 'Campanularia sargassicola (Nutting, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '12.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327813'^^xsd:anyURI;
  dwc:observationDate '1930-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -17.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -17.25)"^^geo:wktLiteral ;
  geo-pos:lat "14.666667"^^xsd:decimal ;
  geo-pos:long "-17.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43855'^^xsd:string;
  dwc:scientificName 'Phialidium languidum (Agassiz, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ranson G.'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st026'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-17.25'^^xsd:double;
  dwc:latitude '14.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '158175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327915'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '284369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43288'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '32'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327938'^^xsd:anyURI;
  dwc:observationDate '1930-03-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43267'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '32'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327939'^^xsd:anyURI;
  dwc:observationDate '1930-03-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.266667 12.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.266667"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.266667 12.133333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.266667"^^xsd:decimal ;
  geo-pos:long "12.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F327947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/327947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-19'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44057'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st034'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.133333'^^xsd:double;
  dwc:latitude '-7.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/327947'^^xsd:anyURI;
  dwc:observationDate '1948-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43546'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328047'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43537'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328048'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.05"^^xsd:decimal ;
  dwc:decimalLongitude "-1.795833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  geo-pos:lat "59.05"^^xsd:decimal ;
  geo-pos:long "-1.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41903'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1043'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-1.795833'^^xsd:double;
  dwc:latitude '59.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328093'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.05"^^xsd:decimal ;
  dwc:decimalLongitude "-1.795833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  geo-pos:lat "59.05"^^xsd:decimal ;
  geo-pos:long "-1.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41904'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1043'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-1.795833'^^xsd:double;
  dwc:latitude '59.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328094'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41281\\1'^^xsd:string;
  dwc:scientificName 'Campanulina hincksi Hartlaub, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117535'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41425'^^xsd:string;
  dwc:scientificName 'Scandia mutabilis (Ritchie, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceRemarks 'according Bouillon: genus Scandia/ F. Lafoeidae'^^xsd:string;
  dwc:aphiaid '284982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328249'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '284982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.866667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  geo-pos:lat "53.666667"^^xsd:decimal ;
  geo-pos:long "-3.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40841'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-3.866667'^^xsd:double;
  dwc:latitude '53.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.866667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.666667 -3.866667)"^^geo:wktLiteral ;
  geo-pos:lat "53.666667"^^xsd:decimal ;
  geo-pos:long "-3.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40834'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-3.866667'^^xsd:double;
  dwc:latitude '53.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4"^^xsd:decimal ;
  dwc:decimalLongitude "8.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  geo-pos:lat "53.4"^^xsd:decimal ;
  geo-pos:long "8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43576'^^xsd:string;
  dwc:scientificName 'Laomedea gelatinosa (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Jade'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.06'^^xsd:double;
  dwc:latitude '53.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152116'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4"^^xsd:decimal ;
  dwc:decimalLongitude "8.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  geo-pos:lat "53.4"^^xsd:decimal ;
  geo-pos:long "8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43571'^^xsd:string;
  dwc:scientificName 'Laomedea gelatinosa (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Jade'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.06'^^xsd:double;
  dwc:latitude '53.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152116'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39891'^^xsd:string;
  dwc:scientificName 'Zanclea sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117259'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328308'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117259'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56273 -5.69853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56273"^^xsd:decimal ;
  dwc:decimalLongitude "-5.69853"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56273 -5.69853)"^^geo:wktLiteral ;
  geo-pos:lat "43.56273"^^xsd:decimal ;
  geo-pos:long "-5.69853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40249'^^xsd:string;
  dwc:scientificName 'Aglaophenia septifera Broch, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-5.69853'^^xsd:double;
  dwc:latitude '43.56273'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152087'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328319'^^xsd:anyURI;
  dwc:observationDate '1921-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56273 -5.69853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56273"^^xsd:decimal ;
  dwc:decimalLongitude "-5.69853"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56273 -5.69853)"^^geo:wktLiteral ;
  geo-pos:lat "43.56273"^^xsd:decimal ;
  geo-pos:long "-5.69853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40248'^^xsd:string;
  dwc:scientificName 'Aglaophenia septifera Broch, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-5.69853'^^xsd:double;
  dwc:latitude '43.56273'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152087'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328320'^^xsd:anyURI;
  dwc:observationDate '1921-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 -28.095833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.095833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.333333 -28.095833)"^^geo:wktLiteral ;
  geo-pos:lat "38.333333"^^xsd:decimal ;
  geo-pos:long "-28.095833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42173'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st682'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.095833'^^xsd:double;
  dwc:latitude '38.333333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328651'^^xsd:anyURI;
  dwc:observationDate '1896-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42893'^^xsd:string;
  dwc:scientificName 'Sertularia rathbuni Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292398'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328659'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117886'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42901'^^xsd:string;
  dwc:scientificName 'Sertularia rathbuni Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292398'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328660'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117886'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-03'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39474'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328799'^^xsd:anyURI;
  dwc:observationDate '1964-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38923'^^xsd:string;
  dwc:scientificName 'Cnidocodon leopoldi Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328869'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '289688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38044'^^xsd:string;
  dwc:scientificName 'Bougainvillia fulva Agassiz & Mayer, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:gYear;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328910'^^xsd:anyURI;
  dwc:observationDate '1976-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '221102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F328995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/328995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39598'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/328995'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329161> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329161>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42550'^^xsd:string;
  dwc:scientificName 'Sertularella glacialis Jäderholm, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '579035'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329161'^^xsd:anyURI;
  dwc:observationDate '1902-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '174538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329162> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329162>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42545'^^xsd:string;
  dwc:scientificName 'Sertularella glacialis Jäderholm, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '579035'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329162'^^xsd:anyURI;
  dwc:observationDate '1902-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '174538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42433'^^xsd:string;
  dwc:scientificName 'Sertularella arbuscula (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117895'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43741'^^xsd:string;
  dwc:scientificName 'Laomedea tottoni Leloup, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '284400'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329422'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '292596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43739'^^xsd:string;
  dwc:scientificName 'Laomedea tottoni Leloup, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '284400'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329423'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '292596'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-06-17'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41736'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:collector 'Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329489'^^xsd:anyURI;
  dwc:observationDate '1905-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.813889 -73.161111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.813889"^^xsd:decimal ;
  dwc:decimalLongitude "-73.161111"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.813889 -73.161111)"^^geo:wktLiteral ;
  geo-pos:lat "-41.813889"^^xsd:decimal ;
  geo-pos:long "-73.161111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41284\\1'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus modestus (Hartlaub, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM21'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Canal Calbuco'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.161111'^^xsd:double;
  dwc:latitude '-41.813889'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '285680'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329665'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '285680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.813889 -73.161111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.813889"^^xsd:decimal ;
  dwc:decimalLongitude "-73.161111"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.813889 -73.161111)"^^geo:wktLiteral ;
  geo-pos:lat "-41.813889"^^xsd:decimal ;
  geo-pos:long "-73.161111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42563\\1'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus modestus (Hartlaub, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM21'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Canal Calbuco'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.161111'^^xsd:double;
  dwc:latitude '-41.813889'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '285680'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329666'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '285680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-74"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  geo-pos:lat "29.833333"^^xsd:decimal ;
  geo-pos:long "-74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43058'^^xsd:string;
  dwc:scientificName 'Synthecium tubithecum (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st90'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74'^^xsd:integer;
  dwc:latitude '29.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '285941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329944'^^xsd:anyURI;
  dwc:observationDate '1936-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '285941'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F329966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/329966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41496'^^xsd:string;
  dwc:scientificName 'Staurodiscus tetrastaurus Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117729'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/329966'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117729'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41228'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330035'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41216'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330036'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41031\\1'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330168'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "109.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41059'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330169'^^xsd:anyURI;
  dwc:observationDate '1931-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42605'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42594'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-07-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38333'^^xsd:string;
  dwc:scientificName 'Eudendrium album Nutting, 1898'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117538'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330451'^^xsd:anyURI;
  dwc:observationDate '1964-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117538'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34544 -4.49622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34544"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49622"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34544 -4.49622)"^^geo:wktLiteral ;
  geo-pos:lat "48.34544"^^xsd:decimal ;
  geo-pos:long "-4.49622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43370'^^xsd:string;
  dwc:scientificName 'Clytia johnstoni (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.49622'^^xsd:double;
  dwc:latitude '48.34544'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '146848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330504'^^xsd:anyURI;
  dwc:observationDate '1949-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40568'^^xsd:string;
  dwc:scientificName 'Paralovenia bitentaculata Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290660'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330602'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290660'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38673'^^xsd:string;
  dwc:scientificName 'Leuckartiara simplex Bouillon, 1981'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330792'^^xsd:anyURI;
  dwc:observationDate '1983-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '285137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43752\\1'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330928'^^xsd:anyURI;
  dwc:observationDate '1957-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F330975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/330975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40770'^^xsd:string;
  dwc:scientificName 'Halecium articulosum Clark, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117581'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/330975'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38981'^^xsd:string;
  dwc:scientificName 'Euphysora gemmifera Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284496'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331086'^^xsd:anyURI;
  dwc:observationDate '1976-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '395280'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-68.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-68.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43024'^^xsd:string;
  dwc:scientificName 'Thyroscyphus intermedius f. peculiaris Leloup, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.316667'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292643'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331139'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '292643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44171'^^xsd:string;
  dwc:scientificName 'Petasiella asymmetrica Uchida, 1947'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290726'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290726'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.23 124.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.23"^^xsd:decimal ;
  dwc:decimalLongitude "124.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.23 124.05)"^^geo:wktLiteral ;
  geo-pos:lat "6.23"^^xsd:decimal ;
  geo-pos:long "124.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40462,INV.40465'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Philippines'^^xsd:string;
  dwc:longitude '124.05'^^xsd:double;
  dwc:latitude '6.23'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38100'^^xsd:string;
  dwc:scientificName 'Bougainvillia ramosa (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331488'^^xsd:anyURI;
  dwc:observationDate '1959-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331563> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331563>
  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 "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38392'^^xsd:string;
  dwc:scientificName 'Eudendrium carneum Clarke, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331563'^^xsd:anyURI;
  dwc:observationDate '1902-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117545'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39414'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331597'^^xsd:anyURI;
  dwc:observationDate '1970-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40652'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331771'^^xsd:anyURI;
  dwc:observationDate '1970-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8 12.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8 12.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-8"^^xsd:decimal ;
  geo-pos:long "12.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43853'^^xsd:string;
  dwc:scientificName 'Phialidium hemisphaericum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st177'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:longitude '12.666667'^^xsd:double;
  dwc:latitude '-8'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '152192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331822'^^xsd:anyURI;
  dwc:observationDate '1949-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09"^^xsd:decimal ;
  dwc:decimalLongitude "108.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.09"^^xsd:decimal ;
  geo-pos:long "108.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F331841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/331841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42988'^^xsd:string;
  dwc:scientificName 'Thuiaria tetracythara (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.07'^^xsd:double;
  dwc:latitude '16.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/331841'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  geo-pos:lat "47.2"^^xsd:decimal ;
  geo-pos:long "-5.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41308'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st503'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-5.8625'^^xsd:double;
  dwc:latitude '47.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332008'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  geo-pos:lat "13.416667"^^xsd:decimal ;
  geo-pos:long "-16.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42447'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st029'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Saloum'^^xsd:string;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.833333'^^xsd:double;
  dwc:latitude '13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332012'^^xsd:anyURI;
  dwc:observationDate '1935-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.8 -91.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.8"^^xsd:decimal ;
  dwc:decimalLongitude "-91.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40984'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1904'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st243'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-91.9'^^xsd:double;
  dwc:latitude '-70.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332104'^^xsd:anyURI;
  dwc:observationDate '1898-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39540'^^xsd:string;
  dwc:scientificName 'Velella velella (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117832'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332160'^^xsd:anyURI;
  dwc:observationDate '1984-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117832'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.51 107.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.51"^^xsd:decimal ;
  dwc:decimalLongitude "107.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.51 107.06)"^^geo:wktLiteral ;
  geo-pos:lat "20.51"^^xsd:decimal ;
  geo-pos:long "107.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42216'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.06'^^xsd:double;
  dwc:latitude '20.51'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.51 107.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.51"^^xsd:decimal ;
  dwc:decimalLongitude "107.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.51 107.06)"^^geo:wktLiteral ;
  geo-pos:lat "20.51"^^xsd:decimal ;
  geo-pos:long "107.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42200'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.06'^^xsd:double;
  dwc:latitude '20.51'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.683333 -14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.683333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.683333 -14.85)"^^geo:wktLiteral ;
  geo-pos:lat "24.683333"^^xsd:decimal ;
  geo-pos:long "-14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41265\\1'^^xsd:string;
  dwc:scientificName 'Lytoscyphus marginatus Billard, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st013'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-14.85'^^xsd:double;
  dwc:latitude '24.683333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332317'^^xsd:anyURI;
  dwc:observationDate '1935-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  geo-pos:lat "35.833333"^^xsd:decimal ;
  geo-pos:long "-58.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40940'^^xsd:string;
  dwc:scientificName 'Halecium robustrum Pieper, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-58.233333'^^xsd:double;
  dwc:latitude '35.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117592'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332342'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '117592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.33"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39019,INV.39020,INV.39021,INV.39023,INV.39030,INV.39031,INV.39034,INV.39035,INV.39036'^^xsd:string;
  dwc:scientificName 'Coryne mirabilis Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '47.33'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332468'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.33"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39018/1,INV.39019,INV.39020,INV.39021,INV.39023,INV.39030,INV.39031,INV.39034,INV.39036'^^xsd:string;
  dwc:scientificName 'Coryne mirabilis Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '47.33'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332469'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.51 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.51 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "-29.51"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39838'^^xsd:string;
  dwc:scientificName 'Tubularia warreni Ewer, 1953'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '-29.51'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '212913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332471'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 4.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.57"^^xsd:decimal ;
  dwc:decimalLongitude "4.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 4.44)"^^geo:wktLiteral ;
  geo-pos:lat "52.57"^^xsd:decimal ;
  geo-pos:long "4.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38520'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.44'^^xsd:double;
  dwc:latitude '52.57'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332575'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.99989 -53.49809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.99989"^^xsd:decimal ;
  dwc:decimalLongitude "-53.49809"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.99989 -53.49809)"^^geo:wktLiteral ;
  geo-pos:lat "47.99989"^^xsd:decimal ;
  geo-pos:long "-53.49809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42294'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.49809'^^xsd:double;
  dwc:latitude '47.99989'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.99989 -53.49809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.99989"^^xsd:decimal ;
  dwc:decimalLongitude "-53.49809"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.99989 -53.49809)"^^geo:wktLiteral ;
  geo-pos:lat "47.99989"^^xsd:decimal ;
  geo-pos:long "-53.49809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42276'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.49809'^^xsd:double;
  dwc:latitude '47.99989'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38265'^^xsd:string;
  dwc:scientificName 'Corydendrium parasiticum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332616'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40119'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '31'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40089'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '31'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.42 104.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.42"^^xsd:decimal ;
  dwc:decimalLongitude "104.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.42 104.22)"^^geo:wktLiteral ;
  geo-pos:lat "9.42"^^xsd:decimal ;
  geo-pos:long "104.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-08-23'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41077'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '104.22'^^xsd:double;
  dwc:latitude '9.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332884'^^xsd:anyURI;
  dwc:observationDate '1931-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.42 104.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.42"^^xsd:decimal ;
  dwc:decimalLongitude "104.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.42 104.22)"^^geo:wktLiteral ;
  geo-pos:lat "9.42"^^xsd:decimal ;
  geo-pos:long "104.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F332885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/332885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41062'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '104.22'^^xsd:double;
  dwc:latitude '9.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/332885'^^xsd:anyURI;
  dwc:observationDate '1931-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.37"^^xsd:decimal ;
  dwc:decimalLongitude "55.23"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  geo-pos:lat "-4.37"^^xsd:decimal ;
  geo-pos:long "55.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40492'^^xsd:string;
  dwc:scientificName 'Thecocarpus phyteuma (Kirchenpauer, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.23'^^xsd:double;
  dwc:latitude '-4.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333249'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 14)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43635'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '14'^^xsd:integer;
  dwc:latitude '64'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 14)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43608'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '14'^^xsd:integer;
  dwc:latitude '64'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333492> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333492>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42628,INV.42651,INV.42653'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias f. mediterranea Leloup, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st014'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '24.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333492'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333493> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333493>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42628,INV.42633,INV.42653'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias f. mediterranea Leloup, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st014'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '24.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333493'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38321'^^xsd:string;
  dwc:scientificName 'Cytaeis sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333544'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117075'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.216667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  geo-pos:lat "24.216667"^^xsd:decimal ;
  geo-pos:long "-15.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42632,INV.42652'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias f. mediterranea Leloup, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st016'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15.733333'^^xsd:double;
  dwc:latitude '24.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333833'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.216667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  geo-pos:lat "24.216667"^^xsd:decimal ;
  geo-pos:long "-15.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42629,INV.42632'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias f. mediterranea Leloup, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st016'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15.733333'^^xsd:double;
  dwc:latitude '24.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333834'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.216667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.216667 -15.733333)"^^geo:wktLiteral ;
  geo-pos:lat "24.216667"^^xsd:decimal ;
  geo-pos:long "-15.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F333884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/333884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40057'^^xsd:string;
  dwc:scientificName 'Aglaophenia dichotoma (Sars, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st016'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-15.733333'^^xsd:double;
  dwc:latitude '24.216667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '418889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/333884'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 -16.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "-16.52"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 -16.52)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "-16.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41842'^^xsd:string;
  dwc:scientificName 'Plumularia vervoorti Leloup, 1971'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1971'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '23675'^^xsd:integer;
  dwc:collector 'Lefevere S.'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Mauritania'^^xsd:string;
  dwc:longitude '-16.52'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23675'^^xsd:anyURI;
  dwc:aphiaid '285309'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334193'^^xsd:anyURI;
  dwc:observationDate '1964-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '285309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39358'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334196'^^xsd:anyURI;
  dwc:observationDate '1968-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.55 14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.55"^^xsd:decimal ;
  dwc:decimalLongitude "14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40296'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '14.28'^^xsd:double;
  dwc:latitude '-22.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.55 14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.55"^^xsd:decimal ;
  dwc:decimalLongitude "14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40297'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '14.28'^^xsd:double;
  dwc:latitude '-22.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.200556 124.450833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.200556"^^xsd:decimal ;
  dwc:decimalLongitude "124.450833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.200556 124.450833)"^^geo:wktLiteral ;
  geo-pos:lat "-10.200556"^^xsd:decimal ;
  geo-pos:long "124.450833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/st294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40435'^^xsd:string;
  dwc:scientificName 'Thecocarpus angulosus (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st294'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans, Timor Sea'^^xsd:string;
  dwc:longitude '124.450833'^^xsd:double;
  dwc:latitude '-10.200556'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334442'^^xsd:anyURI;
  dwc:observationDate '1899-12-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39214'^^xsd:string;
  dwc:scientificName 'Sarsia tubulosa (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117491'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334500'^^xsd:anyURI;
  dwc:observationDate '1961-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 14.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.43"^^xsd:decimal ;
  dwc:decimalLongitude "14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 14.1)"^^geo:wktLiteral ;
  geo-pos:lat "40.43"^^xsd:decimal ;
  geo-pos:long "14.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38441'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1922'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8693'^^xsd:integer;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.1'^^xsd:double;
  dwc:latitude '40.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8693'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334705'^^xsd:anyURI;
  dwc:observationDate '1922-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.916667 -25.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.379167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "732.7353420791492"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41436'^^xsd:string;
  dwc:scientificName 'Zygophylax geniculata (Clarke, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st838'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.379167'^^xsd:double;
  dwc:latitude '37.916667'^^xsd:double;
  dwc:coordinatePrecision '732.73534207915'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '285004'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334729'^^xsd:anyURI;
  dwc:observationDate '1897-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '285004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334745> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334745>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40817\\1'^^xsd:string;
  dwc:scientificName 'Lafoeina vilaevelebiti Hadzi, 1917'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '834403'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334745'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '834403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334746> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334746>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43059\\1'^^xsd:string;
  dwc:scientificName 'Lafoeina vilaevelebiti Hadzi, 1917'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '834403'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334746'^^xsd:anyURI;
  dwc:observationDate '1936-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '834403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.05"^^xsd:decimal ;
  dwc:decimalLongitude "-1.795833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  geo-pos:lat "59.05"^^xsd:decimal ;
  geo-pos:long "-1.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F334859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/334859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38533'^^xsd:string;
  dwc:scientificName 'Hydractinia sarsi (Steenstrup, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1043'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-1.795833'^^xsd:double;
  dwc:latitude '59.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '284898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/334859'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '284898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335251> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335251>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42730'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335251'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335252> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335252>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43303\\1'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335252'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44158'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335253'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42559'^^xsd:string;
  dwc:scientificName 'Sertularella laxa Allman, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '156423'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335526'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '156423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.880556 -27.384722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.880556"^^xsd:decimal ;
  dwc:decimalLongitude "-27.384722"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.880556 -27.384722)"^^geo:wktLiteral ;
  geo-pos:lat "38.880556"^^xsd:decimal ;
  geo-pos:long "-27.384722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41403'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st866'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-27.384722'^^xsd:double;
  dwc:latitude '38.880556'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335565'^^xsd:anyURI;
  dwc:observationDate '1897-08-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.880556 -27.384722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.880556"^^xsd:decimal ;
  dwc:decimalLongitude "-27.384722"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.880556 -27.384722)"^^geo:wktLiteral ;
  geo-pos:lat "38.880556"^^xsd:decimal ;
  geo-pos:long "-27.384722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41395'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st866'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-27.384722'^^xsd:double;
  dwc:latitude '38.880556'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335566'^^xsd:anyURI;
  dwc:observationDate '1897-08-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44006'^^xsd:string;
  dwc:scientificName 'Aegina citrea Eschscholtz, 1829'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335597'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117263'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38262,INV.38273'^^xsd:string;
  dwc:scientificName 'Corydendrium parasiticum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4556'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335633'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38262,INV.38263'^^xsd:string;
  dwc:scientificName 'Corydendrium parasiticum (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4556'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335634'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335670> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335670>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40875'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335670'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38941'^^xsd:string;
  dwc:scientificName 'Euphysilla pyramidata Kramp, 1955'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335710'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221089'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335755> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335755>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42888'^^xsd:string;
  dwc:scientificName 'Sertularia mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117920'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335755'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '158172'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44078'^^xsd:string;
  dwc:scientificName 'Solmissus albescens (Gegenbaur, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117503'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335775'^^xsd:anyURI;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117503'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41084'^^xsd:string;
  dwc:scientificName 'Antenella siliquosa (Hincks, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117629'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335818'^^xsd:anyURI;
  dwc:observationDate '1905-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117629'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F335852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/335852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38892'^^xsd:string;
  dwc:scientificName 'Cladonema radiatum Dujardin, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/335852'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117425'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41875'^^xsd:string;
  dwc:scientificName 'Polyplumaria flabellata Sars, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117827'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336109'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42566\\2'^^xsd:string;
  dwc:scientificName 'Sertularella robusta Coughtrey, 1876'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '285553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336186'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1554220'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42669'^^xsd:string;
  dwc:scientificName 'Sertularella robusta Coughtrey, 1876'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '285553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336187'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1554220'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.583333 -16.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.583333 -16.833333)"^^geo:wktLiteral ;
  geo-pos:lat "13.583333"^^xsd:decimal ;
  geo-pos:long "-16.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41289\\1'^^xsd:string;
  dwc:scientificName 'Lytoscyphus marginatus Billard, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st028'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.833333'^^xsd:double;
  dwc:latitude '13.583333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336189'^^xsd:anyURI;
  dwc:observationDate '1935-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.57 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.57"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.57 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.57"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42595'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.57'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.683333 13.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.683333"^^xsd:decimal ;
  dwc:decimalLongitude "13.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.683333 13.333333)"^^geo:wktLiteral ;
  geo-pos:lat "-10.683333"^^xsd:decimal ;
  geo-pos:long "13.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44340'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st084'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '13.333333'^^xsd:double;
  dwc:latitude '-10.683333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336367'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39848'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4556'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336418'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.095833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  geo-pos:lat "38.758333"^^xsd:decimal ;
  geo-pos:long "-28.095833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41050'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1349'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.095833'^^xsd:double;
  dwc:latitude '38.758333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336437'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 1.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.35"^^xsd:decimal ;
  dwc:decimalLongitude "1.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 1.14)"^^geo:wktLiteral ;
  geo-pos:lat "49.35"^^xsd:decimal ;
  geo-pos:long "1.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40953'^^xsd:string;
  dwc:scientificName 'Halecium sessile Norman, 1886'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1909'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.14'^^xsd:double;
  dwc:latitude '49.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336592'^^xsd:anyURI;
  dwc:observationDate '1909-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41451'^^xsd:string;
  dwc:scientificName 'Laodicea indica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336633'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '174344'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336661> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336661>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43513'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st014'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '24.65'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336661'^^xsd:anyURI;
  dwc:observationDate '1935-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38900'^^xsd:string;
  dwc:scientificName 'Cladonema radiatum Dujardin, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41531'^^xsd:string;
  dwc:scientificName 'Malagazzia carolinae (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336820'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289260'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  geo-pos:lat "36.666667"^^xsd:decimal ;
  geo-pos:long "-14.1625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38456,INV.38457'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1302'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.1625'^^xsd:double;
  dwc:latitude '36.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336867'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  geo-pos:lat "36.666667"^^xsd:decimal ;
  geo-pos:long "-14.1625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38452,INV.38457'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1302'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.1625'^^xsd:double;
  dwc:latitude '36.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336868'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  geo-pos:lat "36.666667"^^xsd:decimal ;
  geo-pos:long "-14.1625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F336869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/336869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38457,INV.40778\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1302'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.1625'^^xsd:double;
  dwc:latitude '36.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/336869'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38819'^^xsd:string;
  dwc:scientificName 'Distichopora violacea Pallas, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210734'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337174'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210734'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.06 26.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.06"^^xsd:decimal ;
  dwc:decimalLongitude "26.03"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.06 26.03)"^^geo:wktLiteral ;
  geo-pos:lat "-31.06"^^xsd:decimal ;
  geo-pos:long "26.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42967'^^xsd:string;
  dwc:scientificName 'Thuiaria articulata (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Namibia'^^xsd:string;
  dwc:longitude '26.03'^^xsd:double;
  dwc:latitude '-31.06'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '117932'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "12.183333"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42572'^^xsd:string;
  dwc:scientificName 'Sertularella minuscula Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '12.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285533'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337328'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1367859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "12.183333"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42569'^^xsd:string;
  dwc:scientificName 'Sertularella minuscula Billard, 1925'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '12.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285533'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337329'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '1367859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38255'^^xsd:string;
  dwc:scientificName 'Corydendrium dendriforme (Ritchie, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117433'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337342'^^xsd:anyURI;
  dwc:observationDate '1930-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117433'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9282 -71.10214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9282"^^xsd:decimal ;
  dwc:decimalLongitude "-71.10214"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9282 -71.10214)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9282"^^xsd:decimal ;
  geo-pos:long "-71.10214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41372\\1'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.10214'^^xsd:double;
  dwc:latitude '-53.9282'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43148'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43465\\2'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43127'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.18 115.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.18"^^xsd:decimal ;
  dwc:decimalLongitude "115.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42008'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.38'^^xsd:double;
  dwc:latitude '-33.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.18 115.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.18"^^xsd:decimal ;
  dwc:decimalLongitude "115.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41978'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.38'^^xsd:double;
  dwc:latitude '-33.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43432'^^xsd:string;
  dwc:scientificName 'Laomedea angulata Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117379'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337464'^^xsd:anyURI;
  dwc:observationDate '1960-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117379'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.18 115.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.18"^^xsd:decimal ;
  dwc:decimalLongitude "115.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43843'^^xsd:string;
  dwc:scientificName 'Orthopyxis crenata (Hartlaub, 1901)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.38'^^xsd:double;
  dwc:latitude '-33.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117391'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337512'^^xsd:anyURI;
  dwc:observationDate '1905-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.18 115.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.18"^^xsd:decimal ;
  dwc:decimalLongitude "115.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43842'^^xsd:string;
  dwc:scientificName 'Orthopyxis crenata (Hartlaub, 1901)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.38'^^xsd:double;
  dwc:latitude '-33.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117391'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337513'^^xsd:anyURI;
  dwc:observationDate '1905-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13"^^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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 80)"^^geo:wktLiteral ;
  geo-pos:lat "13"^^xsd:decimal ;
  geo-pos:long "80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43270'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1915'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '80'^^xsd:integer;
  dwc:latitude '13'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337589'^^xsd:anyURI;
  dwc:observationDate '1915-01-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.16 -66.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.16"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.16 -66.57)"^^geo:wktLiteral ;
  geo-pos:lat "-55.16"^^xsd:decimal ;
  geo-pos:long "-66.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42583'^^xsd:string;
  dwc:scientificName 'Sertularella picta (Meyen, 1834)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-66.57'^^xsd:double;
  dwc:latitude '-55.16'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.16 -66.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.16"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.16 -66.57)"^^geo:wktLiteral ;
  geo-pos:lat "-55.16"^^xsd:decimal ;
  geo-pos:long "-66.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42582'^^xsd:string;
  dwc:scientificName 'Sertularella picta (Meyen, 1834)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-66.57'^^xsd:double;
  dwc:latitude '-55.16'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39154,INV.39155,INV.39156,INV.39157,INV.39158,INV.39159,INV.39161'^^xsd:string;
  dwc:scientificName 'Sarsia eximia (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337769'^^xsd:anyURI;
  dwc:observationDate '1964-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39154,INV.39156,INV.39157,INV.39158,INV.39159,INV.39160,INV.39161'^^xsd:string;
  dwc:scientificName 'Sarsia eximia (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337770'^^xsd:anyURI;
  dwc:observationDate '1964-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.25 -61.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.25"^^xsd:decimal ;
  dwc:decimalLongitude "-61.58333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.25 -61.58333)"^^geo:wktLiteral ;
  geo-pos:lat "16.25"^^xsd:decimal ;
  geo-pos:long "-61.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42455'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-61.58333'^^xsd:double;
  dwc:latitude '16.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337993'^^xsd:anyURI;
  dwc:observationDate '1936-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.54 -17.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.54"^^xsd:decimal ;
  dwc:decimalLongitude "-17.04"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.54 -17.04)"^^geo:wktLiteral ;
  geo-pos:lat "20.54"^^xsd:decimal ;
  geo-pos:long "-17.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42166,INV.42168'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Mauritania'^^xsd:string;
  dwc:longitude '-17.04'^^xsd:double;
  dwc:latitude '20.54'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337996'^^xsd:anyURI;
  dwc:observationDate '1938-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.54 -17.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.54"^^xsd:decimal ;
  dwc:decimalLongitude "-17.04"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.54 -17.04)"^^geo:wktLiteral ;
  geo-pos:lat "20.54"^^xsd:decimal ;
  geo-pos:long "-17.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F337997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/337997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42165,INV.42166'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Mauritania'^^xsd:string;
  dwc:longitude '-17.04'^^xsd:double;
  dwc:latitude '20.54'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/337997'^^xsd:anyURI;
  dwc:observationDate '1938-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39902'^^xsd:string;
  dwc:scientificName 'Zanclea fanella Boero, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338070'^^xsd:anyURI;
  dwc:observationDate '1986-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '285993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44043'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338351'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44044'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338352'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43920'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:continentOcean 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338365'^^xsd:anyURI;
  dwc:observationDate '1954-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39743'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338409'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117982'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39745'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338410'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117982'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.37"^^xsd:decimal ;
  dwc:decimalLongitude "35.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  geo-pos:lat "-21.37"^^xsd:decimal ;
  geo-pos:long "35.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43033'^^xsd:string;
  dwc:scientificName 'Hincksella corrugata Millard, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '35.2'^^xsd:double;
  dwc:latitude '-21.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287480'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338465'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '287480'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.34639 10.58972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.34639"^^xsd:decimal ;
  dwc:decimalLongitude "10.58972"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.34639 10.58972)"^^geo:wktLiteral ;
  geo-pos:lat "59.34639"^^xsd:decimal ;
  geo-pos:long "10.58972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F338661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/338661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44176'^^xsd:string;
  dwc:scientificName 'Tesserogastria musculosa Beyer, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:continentOcean 'Oslofjord'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '10.58972'^^xsd:double;
  dwc:latitude '59.34639'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117847'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/338661'^^xsd:anyURI;
  dwc:observationDate '1959-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117847'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.28194"^^xsd:decimal ;
  dwc:decimalLongitude "15.48861"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  geo-pos:lat "-4.28194"^^xsd:decimal ;
  geo-pos:long "15.48861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43931'^^xsd:string;
  dwc:scientificName 'Limnocnida congoensis Bouillon, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.48861'^^xsd:double;
  dwc:latitude '-4.28194'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339004'^^xsd:anyURI;
  dwc:observationDate '1958-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '290295'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38438'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339080'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41204'^^xsd:string;
  dwc:scientificName 'Filellum antarcticum (Hartlaub, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM94'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7625'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '284946'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339145'^^xsd:anyURI;
  dwc:observationDate '1949-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '284946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41203'^^xsd:string;
  dwc:scientificName 'Filellum antarcticum (Hartlaub, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM94'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7625'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '284946'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339146'^^xsd:anyURI;
  dwc:observationDate '1949-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '284946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43014'^^xsd:string;
  dwc:scientificName 'Thyroscyphus campanulataus (Warren, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339147'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40562'^^xsd:string;
  dwc:scientificName 'Cirrholovenia tetranema Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221216'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339165'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221216'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42445'^^xsd:string;
  dwc:scientificName 'Sertularella conica Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '285494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339175'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '285494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42440'^^xsd:string;
  dwc:scientificName 'Sertularella conica Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '285494'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339176'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '285494'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.14 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.14"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.14 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "-7.14"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41848'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '-7.14'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.14 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.14"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.14 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "-7.14"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41849'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '-7.14'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.36"^^xsd:decimal ;
  dwc:decimalLongitude "55.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.36 55.25)"^^geo:wktLiteral ;
  geo-pos:lat "-4.36"^^xsd:decimal ;
  geo-pos:long "55.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40328'^^xsd:string;
  dwc:scientificName 'Gymnangium hians (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.25'^^xsd:double;
  dwc:latitude '-4.36'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220593'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339348'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '220593'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39678'^^xsd:string;
  dwc:scientificName 'Teissiera medusifera Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339386'^^xsd:anyURI;
  dwc:observationDate '1976-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '291192'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38716'^^xsd:string;
  dwc:scientificName 'Pandeopsis ikarii Uchida, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339579'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40277'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.2'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40260'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.2'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40076\\2'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339647'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '292444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42026'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339648'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '292444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.783333 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.783333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41048'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2034'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339710'^^xsd:anyURI;
  dwc:observationDate '1905-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.70011 -70.03279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.70011"^^xsd:decimal ;
  dwc:decimalLongitude "-70.03279"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.70011 -70.03279)"^^geo:wktLiteral ;
  geo-pos:lat "41.70011"^^xsd:decimal ;
  geo-pos:long "-70.03279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38610,INV.38611'^^xsd:string;
  dwc:scientificName 'Catablema vesicarium (Agassiz, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Cape Cod'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-70.03279'^^xsd:double;
  dwc:latitude '41.70011'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117784'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117784'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38753'^^xsd:string;
  dwc:scientificName 'Halitiara formosa Fewkes, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117839'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117839'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F339962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/339962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "5636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38426'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '5636'^^xsd:integer;
  dwc:yearCollected '1889'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:5636'^^xsd:anyURI;
  dwc:aphiaid '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/339962'^^xsd:anyURI;
  dwc:observationDate '1889-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117553'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40686'^^xsd:string;
  dwc:scientificName 'Helgicirrha cornelii Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284616'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340023'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284616'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 4.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.57"^^xsd:decimal ;
  dwc:decimalLongitude "4.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 4.44)"^^geo:wktLiteral ;
  geo-pos:lat "52.57"^^xsd:decimal ;
  geo-pos:long "4.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40531'^^xsd:string;
  dwc:scientificName 'Campanulina hincksi Hartlaub, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.44'^^xsd:double;
  dwc:latitude '52.57'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117535'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340025'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117535'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 4.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.57"^^xsd:decimal ;
  dwc:decimalLongitude "4.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 4.44)"^^geo:wktLiteral ;
  geo-pos:lat "52.57"^^xsd:decimal ;
  geo-pos:long "4.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40530'^^xsd:string;
  dwc:scientificName 'Campanulina hincksi Hartlaub, 1897'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.44'^^xsd:double;
  dwc:latitude '52.57'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117535'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340026'^^xsd:anyURI;
  dwc:observationDate '1933-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117535'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38602'^^xsd:string;
  dwc:scientificName 'Amphinema turrida (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340032'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117782'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39007'^^xsd:string;
  dwc:scientificName 'Coryne filiformis (Rees, 1936)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117465'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340195'^^xsd:anyURI;
  dwc:observationDate '1965-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117470'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38636'^^xsd:string;
  dwc:scientificName 'Leuckartiara gardineri Browne, 1916'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340624'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39618'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: bouin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340632'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.166667 -14.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.166667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.166667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.166667 -14.166667)"^^geo:wktLiteral ;
  geo-pos:lat "7.166667"^^xsd:decimal ;
  geo-pos:long "-14.166667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41525'^^xsd:string;
  dwc:scientificName 'Lovenella cirrata (Haeckel, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st213'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '-14.166667'^^xsd:double;
  dwc:latitude '7.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340633'^^xsd:anyURI;
  dwc:observationDate '1949-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '117735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39676'^^xsd:string;
  dwc:scientificName 'Teissiera australe Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340741'^^xsd:anyURI;
  dwc:observationDate '1976-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.38 -3.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.38"^^xsd:decimal ;
  dwc:decimalLongitude "-3.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43696'^^xsd:string;
  dwc:scientificName 'Laomedea loveni (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st165'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.28'^^xsd:double;
  dwc:latitude '47.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340769'^^xsd:anyURI;
  dwc:observationDate '1888-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.38 -3.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.38"^^xsd:decimal ;
  dwc:decimalLongitude "-3.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43697'^^xsd:string;
  dwc:scientificName 'Laomedea loveni (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st165'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.28'^^xsd:double;
  dwc:latitude '47.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152128'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340770'^^xsd:anyURI;
  dwc:observationDate '1888-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39906'^^xsd:string;
  dwc:scientificName 'Zanclea hirohitoi Boreo, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285996'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340772'^^xsd:anyURI;
  dwc:observationDate '1989-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '285996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  geo-pos:lat "47.2"^^xsd:decimal ;
  geo-pos:long "-5.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43061'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st503'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-5.8625'^^xsd:double;
  dwc:latitude '47.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340774'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340848> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340848>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41241'^^xsd:string;
  dwc:scientificName 'Grammaria abietina (Sars, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340848'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340849> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340849>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43124\\2'^^xsd:string;
  dwc:scientificName 'Grammaria abietina (Sars, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117692'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340849'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 1.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.46"^^xsd:decimal ;
  dwc:decimalLongitude "1.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 1.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.46"^^xsd:decimal ;
  geo-pos:long "1.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F340920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/340920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41164'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.37'^^xsd:double;
  dwc:latitude '50.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/340920'^^xsd:anyURI;
  dwc:observationDate '1960-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341221> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341221>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40517'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341221'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341222> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341222>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43303\\2'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341222'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44195'^^xsd:string;
  dwc:scientificName 'Amphogona apsteini (Vanhoeffen, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221236'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341282'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221236'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38751'^^xsd:string;
  dwc:scientificName 'Timoides agassizi Bigelow, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '744099'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341407'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '291225'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.37"^^xsd:decimal ;
  dwc:decimalLongitude "35.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  geo-pos:lat "-21.37"^^xsd:decimal ;
  geo-pos:long "35.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40457'^^xsd:string;
  dwc:scientificName 'Thecocarpus delicatulus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '35.2'^^xsd:double;
  dwc:latitude '-21.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341410'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341468> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341468>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40809'^^xsd:string;
  dwc:scientificName 'Halecium curvicaule Lorenz, 1886'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117587'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341468'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.05 -70.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.05"^^xsd:decimal ;
  dwc:decimalLongitude "-70.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5319.1023587611035"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43369'^^xsd:string;
  dwc:scientificName 'Clytia hemisphaerica (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM156'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.12'^^xsd:double;
  dwc:latitude '-22.05'^^xsd:double;
  dwc:coordinatePrecision '5319.1023587611'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341487'^^xsd:anyURI;
  dwc:observationDate '1949-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39972'^^xsd:string;
  dwc:scientificName 'Aequorea conica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117269'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341602'^^xsd:anyURI;
  dwc:observationDate '1981-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38453'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1940'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.366667 74.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.366667"^^xsd:decimal ;
  dwc:decimalLongitude "74.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.366667 74.066667)"^^geo:wktLiteral ;
  geo-pos:lat "30.366667"^^xsd:decimal ;
  geo-pos:long "74.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43256'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '74.066667'^^xsd:double;
  dwc:latitude '30.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341755'^^xsd:anyURI;
  dwc:observationDate '1938-01-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F341898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/341898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39228,INV.39229'^^xsd:string;
  dwc:scientificName 'Eleutheria dichotoma Quatrefages, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/341898'^^xsd:anyURI;
  dwc:observationDate '1959-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38922'^^xsd:string;
  dwc:scientificName 'Cnidocodon leopoldi Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342054'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289688'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.416667 -16.833333)"^^geo:wktLiteral ;
  geo-pos:lat "13.416667"^^xsd:decimal ;
  geo-pos:long "-16.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38286'^^xsd:string;
  dwc:scientificName 'Oceania armata Koelliker, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910'^^xsd:integer;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '-16.833333'^^xsd:double;
  dwc:latitude '13.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117437'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342100'^^xsd:anyURI;
  dwc:observationDate '1935-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '117437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41455'^^xsd:string;
  dwc:scientificName 'Laodicea indica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342109'^^xsd:anyURI;
  dwc:observationDate '1976-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '174344'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -1.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -1.57)"^^geo:wktLiteral ;
  geo-pos:lat "51.46"^^xsd:decimal ;
  geo-pos:long "-1.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42608'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-1.57'^^xsd:double;
  dwc:latitude '51.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342192'^^xsd:anyURI;
  dwc:observationDate '1905-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44178 -70.77447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.44178"^^xsd:decimal ;
  dwc:decimalLongitude "-70.77447"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44178 -70.77447)"^^geo:wktLiteral ;
  geo-pos:lat "41.44178"^^xsd:decimal ;
  geo-pos:long "-70.77447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42066'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:yearIdentified '1868'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:yearCollected '1868'^^xsd:integer;
  dwc:continentOcean 'Vineyard Sound'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-70.77447'^^xsd:double;
  dwc:latitude '41.44178'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4532'^^xsd:anyURI;
  dwc:aphiaid '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342799'^^xsd:anyURI;
  dwc:observationDate '1868-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117879'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44178 -70.77447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.44178"^^xsd:decimal ;
  dwc:decimalLongitude "-70.77447"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44178 -70.77447)"^^geo:wktLiteral ;
  geo-pos:lat "41.44178"^^xsd:decimal ;
  geo-pos:long "-70.77447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42060'^^xsd:string;
  dwc:scientificName 'Diphasia fallax (Johnston, 1847)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:yearIdentified '1868'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:yearCollected '1868'^^xsd:integer;
  dwc:continentOcean 'Vineyard Sound'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-70.77447'^^xsd:double;
  dwc:latitude '41.44178'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4532'^^xsd:anyURI;
  dwc:aphiaid '117879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342800'^^xsd:anyURI;
  dwc:observationDate '1868-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117879'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.28884 149.09486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.28884"^^xsd:decimal ;
  dwc:decimalLongitude "149.09486"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.28884 149.09486)"^^geo:wktLiteral ;
  geo-pos:lat "-10.28884"^^xsd:decimal ;
  geo-pos:long "149.09486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "6173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42436,INV.42437'^^xsd:string;
  dwc:scientificName 'Sertularella arbuscula var. quinquelaminata Leloup, 1933'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '6173'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1894'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '149.09486'^^xsd:double;
  dwc:latitude '-10.28884'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6173'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342809'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.28884 149.09486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.28884"^^xsd:decimal ;
  dwc:decimalLongitude "149.09486"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.28884 149.09486)"^^geo:wktLiteral ;
  geo-pos:lat "-10.28884"^^xsd:decimal ;
  geo-pos:long "149.09486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "6173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42436,INV.42446'^^xsd:string;
  dwc:scientificName 'Sertularella arbuscula var. quinquelaminata Leloup, 1933'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '6173'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1894'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '149.09486'^^xsd:double;
  dwc:latitude '-10.28884'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6173'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342810'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41506'^^xsd:string;
  dwc:scientificName 'Toxorchis polynema Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '585719'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342816'^^xsd:anyURI;
  dwc:observationDate '1980-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '285045'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44012'^^xsd:string;
  dwc:scientificName 'Aegina citrea Eschscholtz, 1829'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '117263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342856'^^xsd:anyURI;
  dwc:observationDate '1976-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117263'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1666665077"^^xsd:decimal ;
  dwc:decimalLongitude "144.8833312988"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1666665077"^^xsd:decimal ;
  geo-pos:long "144.8833312988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F342879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/342879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38036'^^xsd:string;
  dwc:scientificName 'Bougainvillia fulva Agassiz & Mayer, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.8833312988'^^xsd:double;
  dwc:latitude '-4.1666665077'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/342879'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40943\\4'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'São Tomé and Príncipe'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343084'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41771\\1'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Gulf of Guinea'^^xsd:string;
  dwc:country 'São Tomé and Príncipe'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '2'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343085'^^xsd:anyURI;
  dwc:observationDate '1938-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39654'^^xsd:string;
  dwc:scientificName 'Sphaerocoryne peterseni Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343125'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285773'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40687'^^xsd:string;
  dwc:scientificName 'Helgicirrha cornelii Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284616'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343166'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284616'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40691'^^xsd:string;
  dwc:scientificName 'Helgicirrha gemmifera Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284618'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343235'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284618'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.17 109.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.17"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.17 109.15)"^^geo:wktLiteral ;
  geo-pos:lat "12.17"^^xsd:decimal ;
  geo-pos:long "109.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41030'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.15'^^xsd:double;
  dwc:latitude '12.17'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343523'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.17 109.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.17"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.17 109.15)"^^geo:wktLiteral ;
  geo-pos:lat "12.17"^^xsd:decimal ;
  geo-pos:long "109.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41016'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.15'^^xsd:double;
  dwc:latitude '12.17'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343524'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38129'^^xsd:string;
  dwc:scientificName 'Koellikerina constricta (Menon, 1932)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221107'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343556'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221107'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.25 151.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.25"^^xsd:decimal ;
  dwc:decimalLongitude "151.04"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.25 151.04)"^^geo:wktLiteral ;
  geo-pos:lat "-8.25"^^xsd:decimal ;
  geo-pos:long "151.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40560'^^xsd:string;
  dwc:scientificName 'Cirrholovenia polynema Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '151.04'^^xsd:double;
  dwc:latitude '-8.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288715'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343576'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288715'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43015'^^xsd:string;
  dwc:scientificName 'Thyroscyphus campanulataus (Warren, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343587'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.26735 38.53455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.26735"^^xsd:decimal ;
  dwc:decimalLongitude "38.53455"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.26735 38.53455)"^^geo:wktLiteral ;
  geo-pos:lat "20.26735"^^xsd:decimal ;
  geo-pos:long "38.53455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40353'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Oceans, Red Sea'^^xsd:string;
  dwc:longitude '38.53455'^^xsd:double;
  dwc:latitude '20.26735'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117305'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40711'^^xsd:string;
  dwc:scientificName 'Phialopsis diegensis Torrey, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117526'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343777'^^xsd:anyURI;
  dwc:observationDate '1976-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117526'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 -6.55)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "-6.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41139'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène, Unknown'^^xsd:string;
  dwc:yearIdentified '1971'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:continentOcean 'Mer Mediteranée'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-6.55'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343784'^^xsd:anyURI;
  dwc:observationDate '1934-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18 -64.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.18"^^xsd:decimal ;
  dwc:decimalLongitude "-64.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18 -64.01)"^^geo:wktLiteral ;
  geo-pos:lat "50.18"^^xsd:decimal ;
  geo-pos:long "-64.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F343829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/343829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43300'^^xsd:string;
  dwc:scientificName 'Campanularia speciosa Clark, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-64.01'^^xsd:double;
  dwc:latitude '50.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '411936'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/343829'^^xsd:anyURI;
  dwc:observationDate '1903-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '411911'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39922'^^xsd:string;
  dwc:scientificName 'Zancleopsis elegans Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344117'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288111'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.7 11.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.7"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.7 11.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.7"^^xsd:decimal ;
  geo-pos:long "11.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40710'^^xsd:string;
  dwc:scientificName 'Phialopsis diegensis Torrey, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st112'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '11.833333'^^xsd:double;
  dwc:latitude '-14.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117526'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344183'^^xsd:anyURI;
  dwc:observationDate '1949-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '117526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40342'^^xsd:string;
  dwc:scientificName 'Lytocarpus filamentosus (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '212909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33333 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.33333"^^xsd:decimal ;
  dwc:decimalLongitude "3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33333 3)"^^geo:wktLiteral ;
  geo-pos:lat "55.33333"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40712'^^xsd:string;
  dwc:scientificName 'Tima bairdi (Johnston, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '55.33333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117527'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117527'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38357'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Billard'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344456'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41703'^^xsd:string;
  dwc:scientificName 'Nemertesia cymodocea (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285175'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F344973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/344973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40146'^^xsd:string;
  dwc:scientificName 'Aglaophenia octodonta (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117280'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/344973'^^xsd:anyURI;
  dwc:observationDate '1958-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117280'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38073'^^xsd:string;
  dwc:scientificName 'Bougainvillia ramosa (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345025'^^xsd:anyURI;
  dwc:observationDate '1959-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42037,INV.42038,INV.42039'^^xsd:string;
  dwc:scientificName 'Diphasia alata (Hincks, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345120'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42036,INV.42038,INV.42039'^^xsd:string;
  dwc:scientificName 'Diphasia alata (Hincks, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117876'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345121'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44114'^^xsd:string;
  dwc:scientificName 'Solmaris rhodoloma (Brandt, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345181'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221239'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-68.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-68.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41069'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.316667'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345522'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40613'^^xsd:string;
  dwc:scientificName 'Eirene kambara Agassiz & Mayer, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284583'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345676'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '284583'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.85 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.85"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.85 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "9.85"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40985\\2'^^xsd:string;
  dwc:scientificName 'Diphasia digitalis (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '9.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '220585'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345795'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '220585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.85 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.85"^^xsd:decimal ;
  dwc:decimalLongitude "15.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.85 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "9.85"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42055'^^xsd:string;
  dwc:scientificName 'Diphasia digitalis (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '9.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '220585'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345796'^^xsd:anyURI;
  dwc:observationDate '1938-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '220585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40781'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345841'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38940'^^xsd:string;
  dwc:scientificName 'Dicnida rigida Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289811'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345906'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289811'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F345919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/345919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42699'^^xsd:string;
  dwc:scientificName 'Sertularella tenella (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/345919'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.15557 39.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.15557"^^xsd:decimal ;
  dwc:decimalLongitude "39.3417"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.15557 39.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-6.15557"^^xsd:decimal ;
  geo-pos:long "39.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40034'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '39.3417'^^xsd:double;
  dwc:latitude '-6.15557'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.15557 39.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.15557"^^xsd:decimal ;
  dwc:decimalLongitude "39.3417"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.15557 39.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-6.15557"^^xsd:decimal ;
  geo-pos:long "39.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40022'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '39.3417'^^xsd:double;
  dwc:latitude '-6.15557'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41448'^^xsd:string;
  dwc:scientificName 'Laodicea indica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174344'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.44 -53.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.44"^^xsd:decimal ;
  dwc:decimalLongitude "-53.47"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.44 -53.47)"^^geo:wktLiteral ;
  geo-pos:lat "4.44"^^xsd:decimal ;
  geo-pos:long "-53.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43247'^^xsd:string;
  dwc:scientificName 'Campanularia marginata (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53.47'^^xsd:double;
  dwc:latitude '4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '292452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346354'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41557'^^xsd:string;
  dwc:scientificName 'Malagazzia multitentaculata (Menon, 1932)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41532'^^xsd:string;
  dwc:scientificName 'Malagazzia carolinae (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.416667 -31.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-31.375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.416667 -31.375)"^^geo:wktLiteral ;
  geo-pos:lat "39.416667"^^xsd:decimal ;
  geo-pos:long "-31.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41197'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2210'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-31.375'^^xsd:double;
  dwc:latitude '39.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346625'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.166667"^^xsd:decimal ;
  geo-pos:long "144.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38696'^^xsd:string;
  dwc:scientificName 'Neoturris papua (Lesson, 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883333'^^xsd:double;
  dwc:latitude '-4.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346787'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285146'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21 9.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.21"^^xsd:decimal ;
  dwc:decimalLongitude "9.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.21 9.14)"^^geo:wktLiteral ;
  geo-pos:lat "44.21"^^xsd:decimal ;
  geo-pos:long "9.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43441'^^xsd:string;
  dwc:scientificName 'Laomedea angulata Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1949'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16631'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1949'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '9.14'^^xsd:double;
  dwc:latitude '44.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16631'^^xsd:anyURI;
  dwc:aphiaid '117379'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F346942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/346942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40586'^^xsd:string;
  dwc:scientificName 'Eirene elliceana (Agassiz & Mayer, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221224'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/346942'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221224'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38455'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38442'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39804'^^xsd:string;
  dwc:scientificName 'Tubularia crocea (Agassiz, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347230'^^xsd:anyURI;
  dwc:observationDate '1961-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "147"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42936'^^xsd:string;
  dwc:scientificName 'Sertularia unguiculata Busk, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '147'^^xsd:integer;
  dwc:latitude '-42'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '292384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '292384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "147"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 147)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42929'^^xsd:string;
  dwc:scientificName 'Sertularia unguiculata Busk, 1852'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '147'^^xsd:integer;
  dwc:latitude '-42'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '292384'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '292384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "38.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42125'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '38.6'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347508'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "38.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42163'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '38.6'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347509'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "79"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 79)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41006'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Sri Lanka'^^xsd:string;
  dwc:longitude '79'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347680'^^xsd:anyURI;
  dwc:observationDate '1925-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "79"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 79)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41005'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Sri Lanka'^^xsd:string;
  dwc:longitude '79'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347681'^^xsd:anyURI;
  dwc:observationDate '1925-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.933333"^^xsd:decimal ;
  dwc:decimalLongitude "11.3375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  geo-pos:lat "76.933333"^^xsd:decimal ;
  geo-pos:long "11.3375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42728'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st991'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '11.3375'^^xsd:double;
  dwc:latitude '76.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347730'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.933333"^^xsd:decimal ;
  dwc:decimalLongitude "11.3375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  geo-pos:lat "76.933333"^^xsd:decimal ;
  geo-pos:long "11.3375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42714'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st991'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '11.3375'^^xsd:double;
  dwc:latitude '76.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347731'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "38.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41836'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '38.6'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347832'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "38.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41834'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '38.6'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347833'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40130,INV.40131'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347841'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40099,INV.40130'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347842'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41250\\1,INV.41274\\6'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347928'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F347929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/347929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41249\\1,INV.41250\\1'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/347929'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348003> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348003>
  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 "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40923'^^xsd:string;
  dwc:scientificName 'Halecium pusillum (Sars, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:gYear;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117602'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39360,INV.39361,INV.39363,INV.39378,INV.39380,INV.39381'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348135'^^xsd:anyURI;
  dwc:observationDate '1967-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40375'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Steckow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348183'^^xsd:anyURI;
  dwc:observationDate '1905-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42777'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348217'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348218> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348218>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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-07-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42360'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348218'^^xsd:anyURI;
  dwc:observationDate '1907-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.09 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.09"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.09 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "-53.09"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41990'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '-53.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348280'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43433,INV.43434,INV.43438'^^xsd:string;
  dwc:scientificName 'Laomedea angulata Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117379'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348395'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117379'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F348617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/348617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41023'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/348617'^^xsd:anyURI;
  dwc:observationDate '1930-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42331\\1'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349022'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42768'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349023'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44154'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41581'^^xsd:string;
  dwc:scientificName 'Octophialucium mollis Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285062'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349087'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42885'^^xsd:string;
  dwc:scientificName 'Sertularia mayeri Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '834159'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349351'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42884'^^xsd:string;
  dwc:scientificName 'Sertularia mayeri Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '834159'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349352'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40487'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349373'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3"^^xsd:decimal ;
  dwc:decimalLongitude "113.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3"^^xsd:decimal ;
  geo-pos:long "113.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40382'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.3'^^xsd:double;
  dwc:latitude '-25.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349728'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '117305'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.483333"^^xsd:decimal ;
  dwc:decimalLongitude "-0.683333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  geo-pos:lat "53.483333"^^xsd:decimal ;
  geo-pos:long "-0.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41803'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-0.683333'^^xsd:double;
  dwc:latitude '53.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25028"^^xsd:decimal ;
  dwc:decimalLongitude "139.41694"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  geo-pos:lat "35.25028"^^xsd:decimal ;
  geo-pos:long "139.41694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41223'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.41694'^^xsd:double;
  dwc:latitude '35.25028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349869'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.033333 -2.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.033333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40840'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-2.35'^^xsd:double;
  dwc:latitude '54.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.033333 -2.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.033333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40833'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-2.35'^^xsd:double;
  dwc:latitude '54.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F349983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/349983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40724'^^xsd:string;
  dwc:scientificName 'Eucheilota menoni Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221217'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/349983'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221217'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "30.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "30.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "7044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41958'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '7044'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1905'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Jarfjorden'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '30.25'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:7044'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "30.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 30.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "30.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "7044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41920'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '7044'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1905'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Jarfjorden'^^xsd:string;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '30.25'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:7044'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.5 20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.5"^^xsd:decimal ;
  dwc:decimalLongitude "20"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.5 20)"^^geo:wktLiteral ;
  geo-pos:lat "-34.5"^^xsd:decimal ;
  geo-pos:long "20"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41706'^^xsd:string;
  dwc:scientificName 'Nemertesia hartlaubi (Ritchie, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '20'^^xsd:integer;
  dwc:latitude '-34.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285185'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285175'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44107'^^xsd:string;
  dwc:scientificName 'Solmaris flavescens (Koelliker, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117948'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350366'^^xsd:anyURI;
  dwc:observationDate '1963-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117948'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43462'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350427'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41586'^^xsd:string;
  dwc:scientificName 'Octophialucium mollis Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285062'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350433'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285062'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 5.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.35"^^xsd:decimal ;
  dwc:decimalLongitude "5.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 5.14)"^^geo:wktLiteral ;
  geo-pos:lat "60.35"^^xsd:decimal ;
  geo-pos:long "5.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43503'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4394'^^xsd:integer;
  dwc:collector 'Foettinger A.'^^xsd:string;
  dwc:yearCollected '1879'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '5.14'^^xsd:double;
  dwc:latitude '60.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4394'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350465'^^xsd:anyURI;
  dwc:observationDate '1879-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 5.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.35"^^xsd:decimal ;
  dwc:decimalLongitude "5.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 5.14)"^^geo:wktLiteral ;
  geo-pos:lat "60.35"^^xsd:decimal ;
  geo-pos:long "5.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43512'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4394'^^xsd:integer;
  dwc:collector 'Foettinger A.'^^xsd:string;
  dwc:yearCollected '1879'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '5.14'^^xsd:double;
  dwc:latitude '60.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4394'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350466'^^xsd:anyURI;
  dwc:observationDate '1879-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.59828 19.85231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.59828"^^xsd:decimal ;
  dwc:decimalLongitude "19.85231"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.59828 19.85231)"^^geo:wktLiteral ;
  geo-pos:lat "39.59828"^^xsd:decimal ;
  geo-pos:long "19.85231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40223'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '19.85231'^^xsd:double;
  dwc:latitude '39.59828'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.59828 19.85231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.59828"^^xsd:decimal ;
  dwc:decimalLongitude "19.85231"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.59828 19.85231)"^^geo:wktLiteral ;
  geo-pos:lat "39.59828"^^xsd:decimal ;
  geo-pos:long "19.85231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40196'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Greece'^^xsd:string;
  dwc:longitude '19.85231'^^xsd:double;
  dwc:latitude '39.59828'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.316667 -87.616667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.316667"^^xsd:decimal ;
  dwc:decimalLongitude "-87.616667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.316667 -87.616667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.316667"^^xsd:decimal ;
  geo-pos:long "-87.616667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.1059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38500'^^xsd:string;
  dwc:scientificName 'Hydractinia angusta Hartlaub, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1904'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st.1059'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-87.616667'^^xsd:double;
  dwc:latitude '-71.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '173836'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350767'^^xsd:anyURI;
  dwc:observationDate '1898-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '173836'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41520'^^xsd:string;
  dwc:scientificName 'Lovenella assimilis (Browne, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221220'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350801'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221220'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -68.533333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-68.533333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40109'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Atlantic, Mer des Sargasses ; Sargassozee'^^xsd:string;
  dwc:longitude '-68.533333'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350845'^^xsd:anyURI;
  dwc:observationDate '1939-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  geo-pos:lat "35.833333"^^xsd:decimal ;
  geo-pos:long "-58.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41009'^^xsd:string;
  dwc:scientificName 'Antenella diaphana (Heller, 1868)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-58.233333'^^xsd:double;
  dwc:latitude '35.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117632'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350879'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '117632'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.38 -3.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.38"^^xsd:decimal ;
  dwc:decimalLongitude "-3.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F350938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/350938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39813'^^xsd:string;
  dwc:scientificName 'Tubularia indivisa Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st165'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.28'^^xsd:double;
  dwc:latitude '47.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/350938'^^xsd:anyURI;
  dwc:observationDate '1888-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351197> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351197>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43654'^^xsd:string;
  dwc:scientificName 'Laomedea gracilis Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11626/Atlantic'^^xsd:string;
  dwc:collector 'Billet V.'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11626'^^xsd:anyURI;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351197'^^xsd:anyURI;
  dwc:observationDate '1938-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.916667 74.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.916667"^^xsd:decimal ;
  dwc:decimalLongitude "74.216667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.916667 74.216667)"^^geo:wktLiteral ;
  geo-pos:lat "30.916667"^^xsd:decimal ;
  geo-pos:long "74.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41777'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '74.216667'^^xsd:double;
  dwc:latitude '30.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351261'^^xsd:anyURI;
  dwc:observationDate '1935-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4 -28.023611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.023611"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4 -28.023611)"^^geo:wktLiteral ;
  geo-pos:lat "38.4"^^xsd:decimal ;
  geo-pos:long "-28.023611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42596'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st247'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.023611'^^xsd:double;
  dwc:latitude '38.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351481'^^xsd:anyURI;
  dwc:observationDate '1888-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41466'^^xsd:string;
  dwc:scientificName 'Laodicea indica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351598'^^xsd:anyURI;
  dwc:observationDate '1983-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '174344'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.225 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.225"^^xsd:decimal ;
  dwc:decimalLongitude "-8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st3046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43190'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st3046'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Golfo de Cádiz'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:latitude '36.225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351623'^^xsd:anyURI;
  dwc:observationDate '1910-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351664> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351664>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41347'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351664'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44137'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351744'^^xsd:anyURI;
  dwc:observationDate '1975-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 53.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "53.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 53.1)"^^geo:wktLiteral ;
  geo-pos:lat "-6"^^xsd:decimal ;
  geo-pos:long "53.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41105'^^xsd:string;
  dwc:scientificName 'Halopteris polymorpha (Billard, 1913)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '53.1'^^xsd:double;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '287314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F351867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/351867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44020'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/351867'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43296'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352056'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43257'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352057'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41390'^^xsd:string;
  dwc:scientificName 'Lictorella anthipathes (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352065'^^xsd:anyURI;
  dwc:observationDate '1931-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41386'^^xsd:string;
  dwc:scientificName 'Lictorella anthipathes (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352066'^^xsd:anyURI;
  dwc:observationDate '1931-10-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41319'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41298'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.16667 8.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.16667"^^xsd:decimal ;
  dwc:decimalLongitude "8.91667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.16667 8.91667)"^^geo:wktLiteral ;
  geo-pos:lat "44.16667"^^xsd:decimal ;
  geo-pos:long "8.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40015'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Genova'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '8.91667'^^xsd:double;
  dwc:latitude '44.16667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.16667 8.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.16667"^^xsd:decimal ;
  dwc:decimalLongitude "8.91667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.16667 8.91667)"^^geo:wktLiteral ;
  geo-pos:lat "44.16667"^^xsd:decimal ;
  geo-pos:long "8.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40029'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Genova'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '8.91667'^^xsd:double;
  dwc:latitude '44.16667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.383333 -3.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.383333 -3.416667)"^^geo:wktLiteral ;
  geo-pos:lat "47.383333"^^xsd:decimal ;
  geo-pos:long "-3.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40476'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2974'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.416667'^^xsd:double;
  dwc:latitude '47.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352442'^^xsd:anyURI;
  dwc:observationDate '1910-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.483333"^^xsd:decimal ;
  dwc:decimalLongitude "-0.683333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  geo-pos:lat "53.483333"^^xsd:decimal ;
  geo-pos:long "-0.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41146'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-0.683333'^^xsd:double;
  dwc:latitude '53.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.033333 -63.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.033333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.033333 -63.416667)"^^geo:wktLiteral ;
  geo-pos:lat "17.033333"^^xsd:decimal ;
  geo-pos:long "-63.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42167'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-63.416667'^^xsd:double;
  dwc:latitude '17.033333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352522'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38202'^^xsd:string;
  dwc:scientificName 'Clava multicornis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352564'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38573'^^xsd:string;
  dwc:scientificName 'Podocoryne minima (Trinci, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220575'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352609'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284874'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42180'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352855'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43233'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F352991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/352991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43204'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/352991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39686'^^xsd:string;
  dwc:scientificName 'Teissiera medusifera Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291192'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353007'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '291192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.01707 32.94482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.01707"^^xsd:decimal ;
  dwc:decimalLongitude "32.94482"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.01707 32.94482)"^^geo:wktLiteral ;
  geo-pos:lat "-26.01707"^^xsd:decimal ;
  geo-pos:long "32.94482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43389'^^xsd:string;
  dwc:scientificName 'Clytia paulensis (Vanhöffen, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '32.94482'^^xsd:double;
  dwc:latitude '-26.01707'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117373'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353102'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117373'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "-16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38755\\6,INV.38757'^^xsd:string;
  dwc:scientificName 'Clytia paulensis (Vanhöffen, 1910)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117373'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353252'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '117373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40039'^^xsd:string;
  dwc:scientificName 'Aglaophenia delicatula (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '835739'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40043'^^xsd:string;
  dwc:scientificName 'Aglaophenia delicatula (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '835739'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353363> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353363>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44131,INV.44132'^^xsd:string;
  dwc:scientificName 'Liriope exigua (Quoy & Gaimard, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^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: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353363'^^xsd:anyURI;
  dwc:observationDate '1930-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39744'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353390'^^xsd:anyURI;
  dwc:observationDate '1965-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117982'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 86)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38739'^^xsd:string;
  dwc:scientificName 'Perigonimus jonesii Osborn & Hargitt, 1894'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1916'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '86'^^xsd:integer;
  dwc:latitude '20'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '292263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353702'^^xsd:anyURI;
  dwc:observationDate '1916-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353707> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353707>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42983'^^xsd:string;
  dwc:scientificName 'Thuiaria lonchitis (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:collector 'Billet V.'^^xsd:string;
  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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '152108'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353707'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117932'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40590'^^xsd:string;
  dwc:scientificName 'Eirene elliceana (Agassiz & Mayer, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221224'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353818'^^xsd:anyURI;
  dwc:observationDate '1980-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '221224'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41296\\1'^^xsd:string;
  dwc:scientificName 'Thyroscyphus fruticosus (Esper, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287749'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353844'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '287749'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74053 3.00957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74053"^^xsd:decimal ;
  dwc:decimalLongitude "3.00957"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74053 3.00957)"^^geo:wktLiteral ;
  geo-pos:lat "36.74053"^^xsd:decimal ;
  geo-pos:long "3.00957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41118'^^xsd:string;
  dwc:scientificName 'Halicornopsis elegans (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Algeria'^^xsd:string;
  dwc:longitude '3.00957'^^xsd:double;
  dwc:latitude '36.74053'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '290071'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41229'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F353899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/353899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41206'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/353899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.01707 32.94482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.01707"^^xsd:decimal ;
  dwc:decimalLongitude "32.94482"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.01707 32.94482)"^^geo:wktLiteral ;
  geo-pos:lat "-26.01707"^^xsd:decimal ;
  geo-pos:long "32.94482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43779'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '32.94482'^^xsd:double;
  dwc:latitude '-26.01707'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354106'^^xsd:anyURI;
  dwc:observationDate '1969-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43335'^^xsd:string;
  dwc:scientificName 'Clytia arborescens Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284341'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354125'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284341'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354330> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354330>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42421'^^xsd:string;
  dwc:scientificName 'Sertomma tamarisca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11626/Atlantic'^^xsd:string;
  dwc:collector 'Billet V.'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11626'^^xsd:anyURI;
  dwc:aphiaid '152132'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354330'^^xsd:anyURI;
  dwc:observationDate '1938-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43098'^^xsd:string;
  dwc:scientificName 'Campanularia africana Stechow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '284306'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354359'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284306'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81783 146.06529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.81783"^^xsd:decimal ;
  dwc:decimalLongitude "146.06529"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81783 146.06529)"^^geo:wktLiteral ;
  geo-pos:lat "-39.81783"^^xsd:decimal ;
  geo-pos:long "146.06529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42894'^^xsd:string;
  dwc:scientificName 'Sertularia recta Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Bass Strait'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '146.06529'^^xsd:double;
  dwc:latitude '-39.81783'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354445'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81783 146.06529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.81783"^^xsd:decimal ;
  dwc:decimalLongitude "146.06529"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81783 146.06529)"^^geo:wktLiteral ;
  geo-pos:lat "-39.81783"^^xsd:decimal ;
  geo-pos:long "146.06529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42895'^^xsd:string;
  dwc:scientificName 'Sertularia recta Bale, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Bass Strait'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '146.06529'^^xsd:double;
  dwc:latitude '-39.81783'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354446'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.916667"^^xsd:decimal ;
  dwc:decimalLongitude "11.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.916667"^^xsd:decimal ;
  geo-pos:long "11.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44058'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st023'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.583333'^^xsd:double;
  dwc:latitude '-4.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354505'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.7 11.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.7"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.7 11.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.7"^^xsd:decimal ;
  geo-pos:long "11.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41477'^^xsd:string;
  dwc:scientificName 'Laodicea undulata (Forbes & Goodsir, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st112'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '11.833333'^^xsd:double;
  dwc:latitude '-14.7'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354526'^^xsd:anyURI;
  dwc:observationDate '1949-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.333333 -3.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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 "7506.37867093012"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41307'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1463'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.116667'^^xsd:double;
  dwc:latitude '45.333333'^^xsd:double;
  dwc:coordinatePrecision '7506.3786709301'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354549'^^xsd:anyURI;
  dwc:observationDate '1903-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39673'^^xsd:string;
  dwc:scientificName 'Teissiera australe Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291190'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354756'^^xsd:anyURI;
  dwc:observationDate '1977-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '291190'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38860'^^xsd:string;
  dwc:scientificName 'Cladocoryne floccosa Rotch, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354783'^^xsd:anyURI;
  dwc:observationDate '1963-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117424'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41141'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F354882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/354882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41132'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/354882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38413,INV.38414'^^xsd:string;
  dwc:scientificName 'Eudendrium insigne Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117549'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38414,INV.38415'^^xsd:string;
  dwc:scientificName 'Eudendrium insigne Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117549'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355046> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355046>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42145'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st015'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355046'^^xsd:anyURI;
  dwc:observationDate '1935-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40963'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355100'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.779445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.779445"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.779445)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.779445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41397'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1116'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-10.779445'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355258'^^xsd:anyURI;
  dwc:observationDate '1901-07-11'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39901'^^xsd:string;
  dwc:scientificName 'Zanclea divergens Boreo, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285991'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1726700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.666667"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 31)"^^geo:wktLiteral ;
  geo-pos:lat "43.666667"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41831'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '43.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355466'^^xsd:anyURI;
  dwc:observationDate '1930-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "9.31"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 9.31)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38242'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1913'^^xsd:integer;
  dwc:endYearCollected '1914'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '9.31'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "9.31"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 9.31)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38214'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1913'^^xsd:integer;
  dwc:endYearCollected '1914'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '9.31'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "9.31"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 9.31)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38215'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1913'^^xsd:integer;
  dwc:endYearCollected '1914'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '9.31'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.521945 -28.575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.521945"^^xsd:decimal ;
  dwc:decimalLongitude "-28.575"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.521945 -28.575)"^^geo:wktLiteral ;
  geo-pos:lat "38.521945"^^xsd:decimal ;
  geo-pos:long "-28.575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41213\\1'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st226'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.575'^^xsd:double;
  dwc:latitude '38.521945'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355497'^^xsd:anyURI;
  dwc:observationDate '1888-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41569'^^xsd:string;
  dwc:scientificName 'Octophialucium aphrodite (Bigelow, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285059'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355539'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285059'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8 -0.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8"^^xsd:decimal ;
  dwc:decimalLongitude "-0.633333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8 -0.633333)"^^geo:wktLiteral ;
  geo-pos:lat "53.8"^^xsd:decimal ;
  geo-pos:long "-0.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41952'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-0.633333'^^xsd:double;
  dwc:latitude '53.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8 -0.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8"^^xsd:decimal ;
  dwc:decimalLongitude "-0.633333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8 -0.633333)"^^geo:wktLiteral ;
  geo-pos:lat "53.8"^^xsd:decimal ;
  geo-pos:long "-0.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F355622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/355622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41912'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-0.633333'^^xsd:double;
  dwc:latitude '53.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/355622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38132'^^xsd:string;
  dwc:scientificName 'Koellikerina multicirrata (Kramp, 1928)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221106'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356115'^^xsd:anyURI;
  dwc:observationDate '1976-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '221106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38857'^^xsd:string;
  dwc:scientificName 'Cladocoryne floccosa Rotch, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356206'^^xsd:anyURI;
  dwc:observationDate '1965-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117424'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39619'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356329'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.683333 -14.195833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.683333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.195833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.683333 -14.195833)"^^geo:wktLiteral ;
  geo-pos:lat "36.683333"^^xsd:decimal ;
  geo-pos:long "-14.195833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41189'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1304'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.195833'^^xsd:double;
  dwc:latitude '36.683333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356356'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.683333 -14.195833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.683333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.195833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.683333 -14.195833)"^^geo:wktLiteral ;
  geo-pos:lat "36.683333"^^xsd:decimal ;
  geo-pos:long "-14.195833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41188'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1304'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.195833'^^xsd:double;
  dwc:latitude '36.683333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356357'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38467'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40664'^^xsd:string;
  dwc:scientificName 'Eutima mira Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117516'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356457'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117516'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38706'^^xsd:string;
  dwc:scientificName 'Octotiara russelli Kramp, 1953'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221198'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356524'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '221198'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.175"^^xsd:decimal ;
  dwc:decimalLongitude "144.879723"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  geo-pos:lat "-4.175"^^xsd:decimal ;
  geo-pos:long "144.879723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39632'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.879723'^^xsd:double;
  dwc:latitude '-4.175'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356553'^^xsd:anyURI;
  dwc:observationDate '1978-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42133'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38697'^^xsd:string;
  dwc:scientificName 'Neoturris papua (Lesson, 1843)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285146'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356625'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285146'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44162'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356684'^^xsd:anyURI;
  dwc:observationDate '1963-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.509722 -28.272223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.509722"^^xsd:decimal ;
  dwc:decimalLongitude "-28.272223"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.509722 -28.272223)"^^geo:wktLiteral ;
  geo-pos:lat "38.509722"^^xsd:decimal ;
  geo-pos:long "-28.272223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40782'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st600'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.272223'^^xsd:double;
  dwc:latitude '38.509722'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356702'^^xsd:anyURI;
  dwc:observationDate '1895-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39002'^^xsd:string;
  dwc:scientificName 'Vannuccia forbesi (Mayer, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1977'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43687'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.46'^^xsd:double;
  dwc:latitude '52.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356912'^^xsd:anyURI;
  dwc:observationDate '1933-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43675'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.46'^^xsd:double;
  dwc:latitude '52.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356913'^^xsd:anyURI;
  dwc:observationDate '1933-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 32.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26"^^xsd:decimal ;
  dwc:decimalLongitude "32.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 32.55)"^^geo:wktLiteral ;
  geo-pos:lat "-26"^^xsd:decimal ;
  geo-pos:long "32.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F356999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/356999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39733'^^xsd:string;
  dwc:scientificName 'Ectopleura bethae (Warren, 1908)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '32.55'^^xsd:double;
  dwc:latitude '-26'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285949'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/356999'^^xsd:anyURI;
  dwc:observationDate '1969-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '743525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39394'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357060'^^xsd:anyURI;
  dwc:observationDate '1974-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  geo-pos:lat "36.666667"^^xsd:decimal ;
  geo-pos:long "-14.1625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42502'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1302'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.1625'^^xsd:double;
  dwc:latitude '36.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357088'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357121> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357121>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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-07-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41382'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357121'^^xsd:anyURI;
  dwc:observationDate '1907-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357122> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357122>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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-07-28'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41381'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357122'^^xsd:anyURI;
  dwc:observationDate '1907-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.80659 30.02686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.80659"^^xsd:decimal ;
  dwc:decimalLongitude "30.02686"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.80659 30.02686)"^^geo:wktLiteral ;
  geo-pos:lat "-3.80659"^^xsd:decimal ;
  geo-pos:long "30.02686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "17631/st298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43953'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '17631/st298'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Nyanza'^^xsd:string;
  dwc:country 'Burundi'^^xsd:string;
  dwc:longitude '30.02686'^^xsd:double;
  dwc:latitude '-3.80659'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17631'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357288'^^xsd:anyURI;
  dwc:observationDate '1947-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40873'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357295'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38135'^^xsd:string;
  dwc:scientificName 'Koellikerina octonemalis (Maas, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221104'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357420'^^xsd:anyURI;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '221104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F357570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/357570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38955'^^xsd:string;
  dwc:scientificName 'Euphysora bigelowi Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/357570'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358110> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358110>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41236'^^xsd:string;
  dwc:scientificName 'Grammaria immersa Nutting, 1901'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117693'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358110'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358111> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358111>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41237'^^xsd:string;
  dwc:scientificName 'Grammaria immersa Nutting, 1901'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117693'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358111'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117693'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42604'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42593'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41274\\4'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358205'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42148'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358206'^^xsd:anyURI;
  dwc:observationDate '1934-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39780,INV.39781,INV.39782,INV.39783,INV.39785,INV.39787'^^xsd:string;
  dwc:scientificName 'Tubularia ceratogyne Perez, 1920'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117991'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358372'^^xsd:anyURI;
  dwc:observationDate '1965-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39755'^^xsd:string;
  dwc:scientificName 'Ectopleura minerva Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358381'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117983'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.42841 73.82945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.42841"^^xsd:decimal ;
  dwc:decimalLongitude "73.82945"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.42841 73.82945)"^^geo:wktLiteral ;
  geo-pos:lat "15.42841"^^xsd:decimal ;
  geo-pos:long "73.82945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43468'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata var. picteti Leloup, 1932'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1916'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '73.82945'^^xsd:double;
  dwc:latitude '15.42841'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '117385'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358412'^^xsd:anyURI;
  dwc:observationDate '1916-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.486111 -72.963056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.486111"^^xsd:decimal ;
  dwc:decimalLongitude "-72.963056"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.486111 -72.963056)"^^geo:wktLiteral ;
  geo-pos:lat "-41.486111"^^xsd:decimal ;
  geo-pos:long "-72.963056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43753'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM12'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.963056'^^xsd:double;
  dwc:latitude '-41.486111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358531'^^xsd:anyURI;
  dwc:observationDate '1948-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40947'^^xsd:string;
  dwc:scientificName 'Halecium sessile Norman, 1886'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9262'^^xsd:integer;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9262'^^xsd:anyURI;
  dwc:aphiaid '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358557'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117605'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.655556 -16.681945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.655556"^^xsd:decimal ;
  dwc:decimalLongitude "-16.681945"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.655556 -16.681945)"^^geo:wktLiteral ;
  geo-pos:lat "32.655556"^^xsd:decimal ;
  geo-pos:long "-16.681945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40331'^^xsd:string;
  dwc:scientificName 'Halicornaria richardi Bedot, 1921'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '12981/st806'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-16.681945'^^xsd:double;
  dwc:latitude '32.655556'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358836'^^xsd:anyURI;
  dwc:observationDate '1897-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44330'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st092'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '-11.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358844'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F358972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/358972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40287'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. helleri Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/358972'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44150'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359065'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.38"^^xsd:decimal ;
  dwc:decimalLongitude "55.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  geo-pos:lat "-4.38"^^xsd:decimal ;
  geo-pos:long "55.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39323'^^xsd:string;
  dwc:scientificName 'Millepora dichotoma Forskäl, 1775'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.22'^^xsd:double;
  dwc:latitude '-4.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210733'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359131'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '210733'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.38"^^xsd:decimal ;
  dwc:decimalLongitude "55.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  geo-pos:lat "-4.38"^^xsd:decimal ;
  geo-pos:long "55.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39328'^^xsd:string;
  dwc:scientificName 'Millepora dichotoma Forskäl, 1775'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.22'^^xsd:double;
  dwc:latitude '-4.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210733'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359132'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '210733'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41142'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41136'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41169'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 12.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "12.166667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 12.166667)"^^geo:wktLiteral ;
  geo-pos:lat "-6"^^xsd:decimal ;
  geo-pos:long "12.166667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20403/st336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41479'^^xsd:string;
  dwc:scientificName 'Laodicea undulata (Forbes & Goodsir, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20403/st336'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '12.166667'^^xsd:double;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20403'^^xsd:anyURI;
  dwc:aphiaid '117725'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359376'^^xsd:anyURI;
  dwc:observationDate '1955-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38133'^^xsd:string;
  dwc:scientificName 'Koellikerina multicirrata (Kramp, 1928)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221106'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359442'^^xsd:anyURI;
  dwc:observationDate '1976-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '221106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.21 55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.21"^^xsd:decimal ;
  dwc:decimalLongitude "55.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.21 55.5)"^^geo:wktLiteral ;
  geo-pos:lat "-4.21"^^xsd:decimal ;
  geo-pos:long "55.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39258'^^xsd:string;
  dwc:scientificName 'Staurocladia ulvae Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.5'^^xsd:double;
  dwc:latitude '-4.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284631'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359492'^^xsd:anyURI;
  dwc:observationDate '1974-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '284631'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.766667 -5.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.766667 -5.666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.766667"^^xsd:decimal ;
  geo-pos:long "-5.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F359749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/359749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42515'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1535'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-5.666667'^^xsd:double;
  dwc:latitude '47.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/359749'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.63294 -82.92085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.63294"^^xsd:decimal ;
  dwc:decimalLongitude "-82.92085"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.63294 -82.92085)"^^geo:wktLiteral ;
  geo-pos:lat "24.63294"^^xsd:decimal ;
  geo-pos:long "-82.92085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42883'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.92085'^^xsd:double;
  dwc:latitude '24.63294'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360033'^^xsd:anyURI;
  dwc:observationDate '1925-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.63294 -82.92085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.63294"^^xsd:decimal ;
  dwc:decimalLongitude "-82.92085"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.63294 -82.92085)"^^geo:wktLiteral ;
  geo-pos:lat "24.63294"^^xsd:decimal ;
  geo-pos:long "-82.92085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42871'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.92085'^^xsd:double;
  dwc:latitude '24.63294'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360034'^^xsd:anyURI;
  dwc:observationDate '1925-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38807'^^xsd:string;
  dwc:scientificName 'Rathkea octopunctata (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360070'^^xsd:anyURI;
  dwc:observationDate '1960-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.116667 -66.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.116667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.116667 -66.583333)"^^geo:wktLiteral ;
  geo-pos:lat "32.116667"^^xsd:decimal ;
  geo-pos:long "-66.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41860'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st92'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-66.583333'^^xsd:double;
  dwc:latitude '32.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360096'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38445'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40997'^^xsd:string;
  dwc:scientificName 'Nemalecium lighti (Hargitt, 1924)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290449'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '290449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39956'^^xsd:string;
  dwc:scientificName 'Aequorea aequorea (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27383'^^xsd:integer;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117268'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360355'^^xsd:anyURI;
  dwc:observationDate '1968-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117270'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38720'^^xsd:string;
  dwc:scientificName 'Pandeopsis ikarii Uchida, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288354'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360366'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39000'^^xsd:string;
  dwc:scientificName 'Vannuccia forbesi (Mayer, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360469'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117459'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39490,INV.39492,INV.39493,INV.39494'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360718'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.75"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.75"^^xsd:decimal ;
  geo-pos:long "12.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44119'^^xsd:string;
  dwc:scientificName 'Solmaris sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st115'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.666667'^^xsd:double;
  dwc:latitude '-11.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360740'^^xsd:anyURI;
  dwc:observationDate '1949-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '117239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.43 55.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.43"^^xsd:decimal ;
  dwc:decimalLongitude "55.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.43 55.12)"^^geo:wktLiteral ;
  geo-pos:lat "-3.43"^^xsd:decimal ;
  geo-pos:long "55.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42861'^^xsd:string;
  dwc:scientificName 'Sertularia longa (Millard, 1958)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.12'^^xsd:double;
  dwc:latitude '-3.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285611'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360865'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117918'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 1.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.46"^^xsd:decimal ;
  dwc:decimalLongitude "1.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 1.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.46"^^xsd:decimal ;
  geo-pos:long "1.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F360983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/360983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39795'^^xsd:string;
  dwc:scientificName 'Tubularia ceratogyne Perez, 1920'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.37'^^xsd:double;
  dwc:latitude '50.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117991'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/360983'^^xsd:anyURI;
  dwc:observationDate '1960-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.16453 -59.55165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.16453"^^xsd:decimal ;
  dwc:decimalLongitude "-59.55165"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.16453 -59.55165)"^^geo:wktLiteral ;
  geo-pos:lat "13.16453"^^xsd:decimal ;
  geo-pos:long "-59.55165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40914'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea;Caraïbische Zee;Mer des Antilles, Oceans'^^xsd:string;
  dwc:country 'Barbados'^^xsd:string;
  dwc:longitude '-59.55165'^^xsd:double;
  dwc:latitude '13.16453'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361023'^^xsd:anyURI;
  dwc:observationDate '1930-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '117598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.13 15.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.13"^^xsd:decimal ;
  dwc:decimalLongitude "15.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.13 15.44)"^^geo:wktLiteral ;
  geo-pos:lat "58.13"^^xsd:decimal ;
  geo-pos:long "15.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39851'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '15.44'^^xsd:double;
  dwc:latitude '58.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.13 15.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.13"^^xsd:decimal ;
  dwc:decimalLongitude "15.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.13 15.44)"^^geo:wktLiteral ;
  geo-pos:lat "58.13"^^xsd:decimal ;
  geo-pos:long "15.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39843'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Sweden'^^xsd:string;
  dwc:longitude '15.44'^^xsd:double;
  dwc:latitude '58.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44165'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361129'^^xsd:anyURI;
  dwc:observationDate '1961-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38961'^^xsd:string;
  dwc:scientificName 'Euphysora bigelowi Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361182'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38322'^^xsd:string;
  dwc:scientificName 'Cytaeis sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361246'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117075'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39926'^^xsd:string;
  dwc:scientificName 'Zancleopsis tentaculata Kramp, 1928'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221191'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361297'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221191'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361459> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361459>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42793'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^xsd:integer;
  dwc:monthCollected '8'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361459'^^xsd:anyURI;
  dwc:observationDate '1908-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361532> ;
  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 "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361532>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41426\\2'^^xsd:string;
  dwc:scientificName 'Diphasia abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Arctic Ocean, Cara See'^^xsd:string;
  dwc:longitude '57.933333'^^xsd:double;
  dwc:latitude '70.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361532'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42029,INV.42034'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361558'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '292444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42022,INV.42029'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361559'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '292444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.14 -53.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.14"^^xsd:decimal ;
  dwc:decimalLongitude "-53.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.14 -53.58)"^^geo:wktLiteral ;
  geo-pos:lat "47.14"^^xsd:decimal ;
  geo-pos:long "-53.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43591'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.58'^^xsd:double;
  dwc:latitude '47.14'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40732'^^xsd:string;
  dwc:scientificName 'Eucheilota paradoxica Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117536'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361833'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117536'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F361887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/361887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41673'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/361887'^^xsd:anyURI;
  dwc:observationDate '1965-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42520'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38661'^^xsd:string;
  dwc:scientificName 'Leuckartiara octona (Fleming, 1823)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117791'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362173'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38925'^^xsd:string;
  dwc:scientificName 'Corymorpha nutans (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362191'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.183333 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "12.183333"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40911'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '12.183333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362204'^^xsd:anyURI;
  dwc:observationDate '1930-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '117598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.175"^^xsd:decimal ;
  dwc:decimalLongitude "144.879723"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  geo-pos:lat "-4.175"^^xsd:decimal ;
  geo-pos:long "144.879723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39644'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.879723'^^xsd:double;
  dwc:latitude '-4.175'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362356'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40594'^^xsd:string;
  dwc:scientificName 'Eirene hexanemalis (Goette, 1886)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362609'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221223'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41774'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362655'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41328'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362736'^^xsd:anyURI;
  dwc:observationDate '1958-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.37"^^xsd:decimal ;
  dwc:decimalLongitude "55.23"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.37 55.23)"^^geo:wktLiteral ;
  geo-pos:lat "-4.37"^^xsd:decimal ;
  geo-pos:long "55.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43018'^^xsd:string;
  dwc:scientificName 'Thyroscyphus fruticosus (Esper, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:longitude '55.23'^^xsd:double;
  dwc:latitude '-4.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287749'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362786'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '287749'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.21 18.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.21"^^xsd:decimal ;
  dwc:decimalLongitude "18.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40011'^^xsd:string;
  dwc:scientificName 'Aglaophenia conferta Kirchenpauer, 1872'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.28'^^xsd:double;
  dwc:latitude '-34.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284184'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.21 18.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.21"^^xsd:decimal ;
  dwc:decimalLongitude "18.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40012'^^xsd:string;
  dwc:scientificName 'Aglaophenia conferta Kirchenpauer, 1872'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.28'^^xsd:double;
  dwc:latitude '-34.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284184'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 -13.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 -13.733333)"^^geo:wktLiteral ;
  geo-pos:lat "9.5"^^xsd:decimal ;
  geo-pos:long "-13.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41263\\1'^^xsd:string;
  dwc:scientificName 'Lytoscyphus marginatus Billard, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st036'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Guinea'^^xsd:string;
  dwc:longitude '-13.733333'^^xsd:double;
  dwc:latitude '9.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362871'^^xsd:anyURI;
  dwc:observationDate '1935-11-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.933333 12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.933333"^^xsd:decimal ;
  dwc:decimalLongitude "12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.933333 12)"^^geo:wktLiteral ;
  geo-pos:lat "-5.933333"^^xsd:decimal ;
  geo-pos:long "12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F362983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/362983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39993'^^xsd:string;
  dwc:scientificName 'Rhacostoma atlanticum Agassiz, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st012'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:longitude '12'^^xsd:integer;
  dwc:latitude '-5.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '156967'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/362983'^^xsd:anyURI;
  dwc:observationDate '1948-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '156967'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363168> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363168>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40522\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1907'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st.311'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, 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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363168'^^xsd:anyURI;
  dwc:observationDate '1898-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40471'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363228'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38652'^^xsd:string;
  dwc:scientificName 'Leuckartiara simplex Bouillon, 1981'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285137'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363252'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285137'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363335> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363335>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43629'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363335'^^xsd:anyURI;
  dwc:observationDate '1911-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363336> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363336>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43600'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363336'^^xsd:anyURI;
  dwc:observationDate '1911-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43550'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9262'^^xsd:integer;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9262'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363353'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "4.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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40705'^^xsd:string;
  dwc:scientificName 'Helgicirrha schulzei Hartlaub, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:continentOcean 'Mer du Nord;Nord See;Noord Zee;North Sea'^^xsd:string;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '4.5'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '862912'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363506'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117522'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.37"^^xsd:decimal ;
  dwc:decimalLongitude "35.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  geo-pos:lat "-21.37"^^xsd:decimal ;
  geo-pos:long "35.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41131'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria irregularis (Millard, 1958)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '35.2'^^xsd:double;
  dwc:latitude '-21.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363549'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.38"^^xsd:decimal ;
  dwc:decimalLongitude "55.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  geo-pos:lat "-4.38"^^xsd:decimal ;
  geo-pos:long "55.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39580'^^xsd:string;
  dwc:scientificName 'Solanderia minima (Hickson, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.22'^^xsd:double;
  dwc:latitude '-4.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363643'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.1106 140.89752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.1106"^^xsd:decimal ;
  dwc:decimalLongitude "140.89752"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.1106 140.89752)"^^geo:wktLiteral ;
  geo-pos:lat "-38.1106"^^xsd:decimal ;
  geo-pos:long "140.89752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40661'^^xsd:string;
  dwc:scientificName 'Eutima levuka (Agassiz & Mayer, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '140.89752'^^xsd:double;
  dwc:latitude '-38.1106'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "38.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43723'^^xsd:string;
  dwc:scientificName 'Laomedea sargassi Broch, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Dawydoff C., Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '38.6'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363738'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33"^^xsd:decimal ;
  dwc:decimalLongitude "38.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33 38.6)"^^geo:wktLiteral ;
  geo-pos:lat "33"^^xsd:decimal ;
  geo-pos:long "38.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43717'^^xsd:string;
  dwc:scientificName 'Laomedea sargassi Broch, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Dawydoff C., Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '38.6'^^xsd:double;
  dwc:latitude '33'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363739'^^xsd:anyURI;
  dwc:observationDate '1930-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 12.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "12.03"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 12.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "12.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40228'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '12.03'^^xsd:double;
  dwc:latitude '45.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 12.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "12.03"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 12.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "12.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F363741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/363741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40188'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '12.03'^^xsd:double;
  dwc:latitude '45.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/363741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.467223 134.885833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.467223"^^xsd:decimal ;
  dwc:decimalLongitude "134.885833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.467223 134.885833)"^^geo:wktLiteral ;
  geo-pos:lat "-5.467223"^^xsd:decimal ;
  geo-pos:long "134.885833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/st274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41710'^^xsd:string;
  dwc:scientificName 'Nemertesia indivisa (Allman, 1883)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st274'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Arafura Sea, Oceans'^^xsd:string;
  dwc:longitude '134.885833'^^xsd:double;
  dwc:latitude '-5.467223'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '285188'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364019'^^xsd:anyURI;
  dwc:observationDate '1899-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '1512101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.2 55.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.2"^^xsd:decimal ;
  dwc:decimalLongitude "55.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.2 55.46)"^^geo:wktLiteral ;
  geo-pos:lat "-4.2"^^xsd:decimal ;
  geo-pos:long "55.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39330'^^xsd:string;
  dwc:scientificName 'Millepora dichotoma Forskäl, 1775'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.46'^^xsd:double;
  dwc:latitude '-4.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210733'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364111'^^xsd:anyURI;
  dwc:observationDate '1966-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '210733'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.521945 -28.575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.521945"^^xsd:decimal ;
  dwc:decimalLongitude "-28.575"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.521945 -28.575)"^^geo:wktLiteral ;
  geo-pos:lat "38.521945"^^xsd:decimal ;
  geo-pos:long "-28.575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41215'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st226'^^xsd:string;
  dwc:yearCollected '1888'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.575'^^xsd:double;
  dwc:latitude '38.521945'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364142'^^xsd:anyURI;
  dwc:observationDate '1888-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.783333 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.783333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41190'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2034'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364216'^^xsd:anyURI;
  dwc:observationDate '1905-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.783333 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.783333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41192'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2034'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.783333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364217'^^xsd:anyURI;
  dwc:observationDate '1905-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09"^^xsd:decimal ;
  dwc:decimalLongitude "108.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.09"^^xsd:decimal ;
  geo-pos:long "108.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42994'^^xsd:string;
  dwc:scientificName 'Thuiaria tetracythara (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.07'^^xsd:double;
  dwc:latitude '16.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364298'^^xsd:anyURI;
  dwc:observationDate '1931-09-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 62.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "62.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "329496.73078602634"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40907'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '62.266667'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '329496.73078603'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364356'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117598'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38315'^^xsd:string;
  dwc:scientificName 'Cytaeis sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364444'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117075'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.483333"^^xsd:decimal ;
  dwc:decimalLongitude "-0.683333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.483333 -0.683333)"^^geo:wktLiteral ;
  geo-pos:lat "53.483333"^^xsd:decimal ;
  geo-pos:long "-0.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41146\\2'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-0.683333'^^xsd:double;
  dwc:latitude '53.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41147'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41028 18.53278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41028"^^xsd:decimal ;
  dwc:decimalLongitude "18.53278"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41028 18.53278)"^^geo:wktLiteral ;
  geo-pos:lat "42.41028"^^xsd:decimal ;
  geo-pos:long "18.53278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43467'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hadzi'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12383'^^xsd:integer;
  dwc:collector 'Hadzi'^^xsd:string;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:country 'Montenegro'^^xsd:string;
  dwc:longitude '18.53278'^^xsd:double;
  dwc:latitude '42.41028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12383'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364755'^^xsd:anyURI;
  dwc:observationDate '1937-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.916667 74.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.916667"^^xsd:decimal ;
  dwc:decimalLongitude "74.216667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.916667 74.216667)"^^geo:wktLiteral ;
  geo-pos:lat "30.916667"^^xsd:decimal ;
  geo-pos:long "74.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F364912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/364912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40103'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '74.216667'^^xsd:double;
  dwc:latitude '30.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/364912'^^xsd:anyURI;
  dwc:observationDate '1935-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42351'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365232'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42335'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365233'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41988'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365288'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41295'^^xsd:string;
  dwc:scientificName 'Hebellopsis scandens (Bale, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '418895'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365350'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117699'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.156667 -68.311111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.156667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.311111"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.156667 -68.311111)"^^geo:wktLiteral ;
  geo-pos:lat "12.156667"^^xsd:decimal ;
  geo-pos:long "-68.311111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42206'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.311111'^^xsd:double;
  dwc:latitude '12.156667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365565'^^xsd:anyURI;
  dwc:observationDate '1930-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.316667 56.683333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.316667"^^xsd:decimal ;
  dwc:decimalLongitude "56.683333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.316667 56.683333)"^^geo:wktLiteral ;
  geo-pos:lat "70.316667"^^xsd:decimal ;
  geo-pos:long "56.683333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40877'^^xsd:string;
  dwc:scientificName 'Halecium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  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 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '56.683333'^^xsd:double;
  dwc:latitude '70.316667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117103'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365587'^^xsd:anyURI;
  dwc:observationDate '1907-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.75 -3.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.75"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41956'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Moray Firth'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-3.5'^^xsd:double;
  dwc:latitude '57.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365635'^^xsd:anyURI;
  dwc:observationDate '1913-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.75 -3.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.75"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41918'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Moray Firth'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-3.5'^^xsd:double;
  dwc:latitude '57.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365636'^^xsd:anyURI;
  dwc:observationDate '1913-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39224'^^xsd:string;
  dwc:scientificName 'Eleutheria dichotoma Quatrefages, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365670'^^xsd:anyURI;
  dwc:observationDate '1959-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "51"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 51)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43295'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '51'^^xsd:integer;
  dwc:latitude '34'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365676'^^xsd:anyURI;
  dwc:observationDate '1930-12-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "51"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 51)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43259'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '51'^^xsd:integer;
  dwc:latitude '34'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365677'^^xsd:anyURI;
  dwc:observationDate '1930-12-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41344\\3'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365812'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40371'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365813'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41036'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365814'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4 57.866667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4"^^xsd:decimal ;
  dwc:decimalLongitude "57.866667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4 57.866667)"^^geo:wktLiteral ;
  geo-pos:lat "70.4"^^xsd:decimal ;
  geo-pos:long "57.866667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38440'^^xsd:string;
  dwc:scientificName 'Eudendrium rameum (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719'^^xsd:integer;
  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.866667'^^xsd:double;
  dwc:latitude '70.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117554'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365839'^^xsd:anyURI;
  dwc:observationDate '1907-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.59 -67.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.59"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.59 -67.16)"^^geo:wktLiteral ;
  geo-pos:lat "-55.59"^^xsd:decimal ;
  geo-pos:long "-67.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F365901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/365901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42678'^^xsd:string;
  dwc:scientificName 'Sertularella subdichotoma Kirchenpauer, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1882'^^xsd:integer;
  dwc:endYearCollected '1883'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.16'^^xsd:double;
  dwc:latitude '-55.59'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/365901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "13422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41054'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '13422'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea, Oceans'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13422'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366080'^^xsd:anyURI;
  dwc:observationDate '1934-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  geo-pos:lat "38.32"^^xsd:decimal ;
  geo-pos:long "-8.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41853'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-8.54'^^xsd:double;
  dwc:latitude '38.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  geo-pos:lat "38.32"^^xsd:decimal ;
  geo-pos:long "-8.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41805'^^xsd:string;
  dwc:scientificName 'Plumularia setacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-8.54'^^xsd:double;
  dwc:latitude '38.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.00531 146.37634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.00531"^^xsd:decimal ;
  dwc:decimalLongitude "146.37634"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.00531 146.37634)"^^geo:wktLiteral ;
  geo-pos:lat "-39.00531"^^xsd:decimal ;
  geo-pos:long "146.37634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40048'^^xsd:string;
  dwc:scientificName 'Aglaophenia divaricata (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '146.37634'^^xsd:double;
  dwc:latitude '-39.00531'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '284020'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.513 -73.5321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.513"^^xsd:decimal ;
  dwc:decimalLongitude "-73.5321"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.513 -73.5321)"^^geo:wktLiteral ;
  geo-pos:lat "-41.513"^^xsd:decimal ;
  geo-pos:long "-73.5321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43104'^^xsd:string;
  dwc:scientificName 'Campanularia clytioides (Lamouroux, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.5321'^^xsd:double;
  dwc:latitude '-41.513'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.513 -73.5321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.513"^^xsd:decimal ;
  dwc:decimalLongitude "-73.5321"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.513 -73.5321)"^^geo:wktLiteral ;
  geo-pos:lat "-41.513"^^xsd:decimal ;
  geo-pos:long "-73.5321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43103'^^xsd:string;
  dwc:scientificName 'Campanularia clytioides (Lamouroux, 1824)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.5321'^^xsd:double;
  dwc:latitude '-41.513'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284314'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41073'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366202'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41068'^^xsd:string;
  dwc:scientificName 'Antenella secundaria (Gmelin, 1788)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366203'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41888'^^xsd:string;
  dwc:scientificName 'Thecocaulus tuba (Kirchenpauer, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366204'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41889'^^xsd:string;
  dwc:scientificName 'Thecocaulus tuba (Kirchenpauer, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366205'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40480'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40463'^^xsd:string;
  dwc:scientificName 'Thecocarpus myriophyllum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '150682'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09"^^xsd:decimal ;
  dwc:decimalLongitude "108.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.09"^^xsd:decimal ;
  geo-pos:long "108.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43445'^^xsd:string;
  dwc:scientificName 'Laomedea arborescens (Pictet, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.07'^^xsd:double;
  dwc:latitude '16.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366603'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.09"^^xsd:decimal ;
  dwc:decimalLongitude "108.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.09 108.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.09"^^xsd:decimal ;
  geo-pos:long "108.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43442'^^xsd:string;
  dwc:scientificName 'Laomedea arborescens (Pictet, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.07'^^xsd:double;
  dwc:latitude '16.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366604'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.083333 -70.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.216667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.083333 -70.216667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.083333"^^xsd:decimal ;
  geo-pos:long "-70.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42544'^^xsd:string;
  dwc:scientificName 'Sertularella geniculata Hincks, 1874'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM155'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.216667'^^xsd:double;
  dwc:latitude '-22.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '158184'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366667'^^xsd:anyURI;
  dwc:observationDate '1949-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '117909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.08 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.08"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.08 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "-50.08"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41700'^^xsd:string;
  dwc:scientificName 'Nemertesia cymodocea (Busk, 1851)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:collector 'Lebrun M.'^^xsd:string;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:continentOcean 'Port Santa Cruz'^^xsd:string;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '-50.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '285175'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366777'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285175'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44081'^^xsd:string;
  dwc:scientificName 'Solmissus marshalli Agassiz & Mayer, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st114'^^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.34'^^xsd:double;
  dwc:latitude '-13.24'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '221243'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366874'^^xsd:anyURI;
  dwc:observationDate '1949-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221243'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F366927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/366927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42314'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/366927'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '117889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "-70"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40521'^^xsd:string;
  dwc:scientificName 'Campanulina belgicae Hartlaub, 1906'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1907'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st990'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, Bellingshausen Sea'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '-70'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '754346'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367057'^^xsd:anyURI;
  dwc:observationDate '1898-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '754346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41549,INV.41550,INV.41551,INV.41553'^^xsd:string;
  dwc:scientificName 'Malagazzia condensa (Kramp, 1953)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367060'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.5 20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.5"^^xsd:decimal ;
  dwc:decimalLongitude "20"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.5 20)"^^geo:wktLiteral ;
  geo-pos:lat "-34.5"^^xsd:decimal ;
  geo-pos:long "20"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40302'^^xsd:string;
  dwc:scientificName 'Cladocarpus flexilis Leloup, 1939'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '20'^^xsd:integer;
  dwc:latitude '-34.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284079'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.233333 14.851389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.233333"^^xsd:decimal ;
  dwc:decimalLongitude "14.851389"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.233333 14.851389)"^^geo:wktLiteral ;
  geo-pos:lat "38.233333"^^xsd:decimal ;
  geo-pos:long "14.851389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44077'^^xsd:string;
  dwc:scientificName 'Cunina sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9259'^^xsd:integer;
  dwc:yearCollected '1924'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Tyrrhenian Sea'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.851389'^^xsd:double;
  dwc:latitude '38.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9259'^^xsd:anyURI;
  dwc:aphiaid '117072'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367162'^^xsd:anyURI;
  dwc:observationDate '1924-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '117072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.6 13.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.6 13.466667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.6"^^xsd:decimal ;
  geo-pos:long "13.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39521'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st093'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '13.466667'^^xsd:double;
  dwc:latitude '-10.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367240'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39416'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367420'^^xsd:anyURI;
  dwc:observationDate '1905-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39484'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367421'^^xsd:anyURI;
  dwc:observationDate '1905-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38956,INV.38958,INV.38959'^^xsd:string;
  dwc:scientificName 'Euphysora bigelowi Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367555'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38956,INV.38957,INV.38959'^^xsd:string;
  dwc:scientificName 'Euphysora bigelowi Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367556'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42487'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42524'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.740277 -72.929167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.740277"^^xsd:decimal ;
  dwc:decimalLongitude "-72.929167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.740277 -72.929167)"^^geo:wktLiteral ;
  geo-pos:lat "-41.740277"^^xsd:decimal ;
  geo-pos:long "-72.929167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41227'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM24'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.929167'^^xsd:double;
  dwc:latitude '-41.740277'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367792'^^xsd:anyURI;
  dwc:observationDate '1948-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.156667 -68.311111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.156667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.311111"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.156667 -68.311111)"^^geo:wktLiteral ;
  geo-pos:lat "12.156667"^^xsd:decimal ;
  geo-pos:long "-68.311111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42205'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.311111'^^xsd:double;
  dwc:latitude '12.156667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367916'^^xsd:anyURI;
  dwc:observationDate '1930-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F367962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/367962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39738'^^xsd:string;
  dwc:scientificName 'Ectopleura dumortieri (Van Beneden, 1844)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117982'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/367962'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117982'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4417 -111.8792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4417"^^xsd:decimal ;
  dwc:decimalLongitude "-111.8792"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4417 -111.8792)"^^geo:wktLiteral ;
  geo-pos:lat "27.4417"^^xsd:decimal ;
  geo-pos:long "-111.8792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41286,INV.41287,INV.41288'^^xsd:string;
  dwc:scientificName 'Hebella venusta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st79'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Venezuela'^^xsd:string;
  dwc:longitude '-111.8792'^^xsd:double;
  dwc:latitude '27.4417'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '212905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368062'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '212905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4417 -111.8792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4417"^^xsd:decimal ;
  dwc:decimalLongitude "-111.8792"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4417 -111.8792)"^^geo:wktLiteral ;
  geo-pos:lat "27.4417"^^xsd:decimal ;
  geo-pos:long "-111.8792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41286,INV.41288,INV.42032\\1'^^xsd:string;
  dwc:scientificName 'Hebella venusta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st79'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'Venezuela'^^xsd:string;
  dwc:longitude '-111.8792'^^xsd:double;
  dwc:latitude '27.4417'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '212905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368063'^^xsd:anyURI;
  dwc:observationDate '1936-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '212905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.17286 18.66443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.17286"^^xsd:decimal ;
  dwc:decimalLongitude "18.66443"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.17286 18.66443)"^^geo:wktLiteral ;
  geo-pos:lat "-34.17286"^^xsd:decimal ;
  geo-pos:long "18.66443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43987'^^xsd:string;
  dwc:scientificName 'Proboscidactyla mutabilis (Browne, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.66443'^^xsd:double;
  dwc:latitude '-34.17286'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285326'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.85 -72.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.85"^^xsd:decimal ;
  dwc:decimalLongitude "-72.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.85 -72.916667)"^^geo:wktLiteral ;
  geo-pos:lat "-41.85"^^xsd:decimal ;
  geo-pos:long "-72.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43039'^^xsd:string;
  dwc:scientificName 'Staurotheca jeaderholmi Stechow, 1920'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM40'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.916667'^^xsd:double;
  dwc:latitude '-41.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '231586'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368138'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '231586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40076'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata Meneghini, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368144'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '117275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40395'^^xsd:string;
  dwc:scientificName 'Macrorhynchia phoenicea (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368159'^^xsd:anyURI;
  dwc:observationDate '1905-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.91667 -71.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.91667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.08333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.91667 -71.08333)"^^geo:wktLiteral ;
  geo-pos:lat "-52.91667"^^xsd:decimal ;
  geo-pos:long "-71.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st1069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41375'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Hartlaub C.'^^xsd:string;
  dwc:yearIdentified '1904'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10131/st1069'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.08333'^^xsd:double;
  dwc:latitude '-52.91667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368182'^^xsd:anyURI;
  dwc:observationDate '1898-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.05"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.05 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.05"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40637'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:latitude '43.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368192'^^xsd:anyURI;
  dwc:observationDate '1971-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.441667 -70.774444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.441667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.774444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-05-12'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43641'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Vineyard Sound'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-70.774444'^^xsd:double;
  dwc:latitude '41.441667'^^xsd:double;
  dwc:coordinatePrecision '20000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4532'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44212'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368475'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.05"^^xsd:decimal ;
  dwc:decimalLongitude "-1.795833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  geo-pos:lat "59.05"^^xsd:decimal ;
  geo-pos:long "-1.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42350'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1043'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-1.795833'^^xsd:double;
  dwc:latitude '59.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368681'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.05"^^xsd:decimal ;
  dwc:decimalLongitude "-1.795833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.05 -1.795833)"^^geo:wktLiteral ;
  geo-pos:lat "59.05"^^xsd:decimal ;
  geo-pos:long "-1.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42336'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1043'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-1.795833'^^xsd:double;
  dwc:latitude '59.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368682'^^xsd:anyURI;
  dwc:observationDate '1898-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39314'^^xsd:string;
  dwc:scientificName 'Halocoryne frasca Boero, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284804'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368714'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '284804'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-67.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40979'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.4'^^xsd:double;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -67.4)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-67.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40962'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-67.4'^^xsd:double;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42386'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368780'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F368781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/368781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42383'^^xsd:string;
  dwc:scientificName 'Idiella pristis (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '834708'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/368781'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '220588'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 0.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "0.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 0.37)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "0.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43776'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '0.37'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369014'^^xsd:anyURI;
  dwc:observationDate '1963-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42236'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369123'^^xsd:anyURI;
  dwc:observationDate '1930-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40235,INV.40236'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9806'^^xsd:integer;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9806'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369217'^^xsd:anyURI;
  dwc:observationDate '1932-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40236,INV.40340'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9806'^^xsd:integer;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9806'^^xsd:anyURI;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369218'^^xsd:anyURI;
  dwc:observationDate '1932-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44110'^^xsd:string;
  dwc:scientificName 'Solmaris rhodoloma (Brandt, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369221'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221239'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.116667 63.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.116667"^^xsd:decimal ;
  dwc:decimalLongitude "63.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.116667 63.583333)"^^geo:wktLiteral ;
  geo-pos:lat "35.116667"^^xsd:decimal ;
  geo-pos:long "63.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43290'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:gYear;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '63.583333'^^xsd:double;
  dwc:latitude '35.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369322'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.116667 63.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.116667"^^xsd:decimal ;
  dwc:decimalLongitude "63.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.116667 63.583333)"^^geo:wktLiteral ;
  geo-pos:lat "35.116667"^^xsd:decimal ;
  geo-pos:long "63.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43265'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:gYear;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '63.583333'^^xsd:double;
  dwc:latitude '35.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369323'^^xsd:anyURI;
  dwc:observationDate '1930-12-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.175"^^xsd:decimal ;
  dwc:decimalLongitude "144.879723"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  geo-pos:lat "-4.175"^^xsd:decimal ;
  geo-pos:long "144.879723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39617'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.879723'^^xsd:double;
  dwc:latitude '-4.175'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369453'^^xsd:anyURI;
  dwc:observationDate '1986-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.583333 -16.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.583333 -16.833333)"^^geo:wktLiteral ;
  geo-pos:lat "13.583333"^^xsd:decimal ;
  geo-pos:long "-16.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41289,INV.41291'^^xsd:string;
  dwc:scientificName 'Hebella venusta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st028'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-16.833333'^^xsd:double;
  dwc:latitude '13.583333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '212905'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369477'^^xsd:anyURI;
  dwc:observationDate '1935-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '212905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-74"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  geo-pos:lat "29.833333"^^xsd:decimal ;
  geo-pos:long "-74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43223'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st90'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74'^^xsd:integer;
  dwc:latitude '29.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369630'^^xsd:anyURI;
  dwc:observationDate '1936-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-74"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.833333 -74)"^^geo:wktLiteral ;
  geo-pos:lat "29.833333"^^xsd:decimal ;
  geo-pos:long "-74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st90" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43212'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st90'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-74'^^xsd:integer;
  dwc:latitude '29.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369631'^^xsd:anyURI;
  dwc:observationDate '1936-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.32977 -16.5097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.32977"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5097"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.32977 -16.5097)"^^geo:wktLiteral ;
  geo-pos:lat "28.32977"^^xsd:decimal ;
  geo-pos:long "-16.5097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40137'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-16.5097'^^xsd:double;
  dwc:latitude '28.32977'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.32977 -16.5097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.32977"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5097"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.32977 -16.5097)"^^geo:wktLiteral ;
  geo-pos:lat "28.32977"^^xsd:decimal ;
  geo-pos:long "-16.5097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40101'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-16.5097'^^xsd:double;
  dwc:latitude '28.32977'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38777'^^xsd:string;
  dwc:scientificName 'Halitiara inflexa Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '231667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369899'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F369931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/369931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39309'^^xsd:string;
  dwc:scientificName 'Halocoryne epizoica (Hadzi, 1917)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/369931'^^xsd:anyURI;
  dwc:observationDate '1972-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117626'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39418'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9262'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9262'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370026'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39479'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370140'^^xsd:anyURI;
  dwc:observationDate '1955-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370294> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370294>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43005'^^xsd:string;
  dwc:scientificName 'Thuiaria thuja (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:collector 'Billet V.'^^xsd:string;
  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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '117940'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370294'^^xsd:anyURI;
  dwc:observationDate '1938-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '117940'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38153'^^xsd:string;
  dwc:scientificName 'Nubiella mitra Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117350'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370485'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117350'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.75 -11.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.75"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.75 -11.666667)"^^geo:wktLiteral ;
  geo-pos:lat "3.75"^^xsd:decimal ;
  geo-pos:long "-11.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44328'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st212'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '-11.666667'^^xsd:double;
  dwc:latitude '3.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370533'^^xsd:anyURI;
  dwc:observationDate '1949-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.3 79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.3"^^xsd:decimal ;
  dwc:decimalLongitude "79"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.3 79)"^^geo:wktLiteral ;
  geo-pos:lat "8.3"^^xsd:decimal ;
  geo-pos:long "79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38338'^^xsd:string;
  dwc:scientificName 'Eudendrium amboinensis (Pictet, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mannar'^^xsd:string;
  dwc:country 'Sri Lanka'^^xsd:string;
  dwc:longitude '79'^^xsd:integer;
  dwc:latitude '8.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370581'^^xsd:anyURI;
  dwc:observationDate '1925-09-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.3 79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.3"^^xsd:decimal ;
  dwc:decimalLongitude "79"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.3 79)"^^geo:wktLiteral ;
  geo-pos:lat "8.3"^^xsd:decimal ;
  geo-pos:long "79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38339'^^xsd:string;
  dwc:scientificName 'Eudendrium amboinensis (Pictet, 1893)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mannar'^^xsd:string;
  dwc:country 'Sri Lanka'^^xsd:string;
  dwc:longitude '79'^^xsd:integer;
  dwc:latitude '8.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370582'^^xsd:anyURI;
  dwc:observationDate '1925-09-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39940'^^xsd:string;
  dwc:scientificName 'Kantiella enigmatica Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370628'^^xsd:anyURI;
  dwc:observationDate '1978-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117718'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44187'^^xsd:string;
  dwc:scientificName 'Aglaura hemistoma Peron & Lesueur, 1810'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117851'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370653'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117851'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "-16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38751,INV.38755\\1'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370820'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "-16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38755\\1,INV.41695'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370821'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.53 131.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.53"^^xsd:decimal ;
  dwc:decimalLongitude "131.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.53 131.15)"^^geo:wktLiteral ;
  geo-pos:lat "-0.53"^^xsd:decimal ;
  geo-pos:long "131.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F370987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/370987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40035'^^xsd:string;
  dwc:scientificName 'Aglaophenia cupressina Lamouroux, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9223'^^xsd:integer;
  dwc:startYearCollected '1928'^^xsd:integer;
  dwc:endYearCollected '1929'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '131.15'^^xsd:double;
  dwc:latitude '-0.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '220998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/370987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40263'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubiformis Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Croatia'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117284'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117284'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40264'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubiformis Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Croatia'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117284'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117284'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 14.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.43"^^xsd:decimal ;
  dwc:decimalLongitude "14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 14.1)"^^geo:wktLiteral ;
  geo-pos:lat "40.43"^^xsd:decimal ;
  geo-pos:long "14.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "6823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42890'^^xsd:string;
  dwc:scientificName 'Sertularia polyzonias Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '6823'^^xsd:integer;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.1'^^xsd:double;
  dwc:latitude '40.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:6823'^^xsd:anyURI;
  dwc:aphiaid '152089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371338'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38288'^^xsd:string;
  dwc:scientificName 'Turritopsis nutricula Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117440'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371473'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117440'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -71.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "-71.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -71.1)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "-71.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42300'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-71.1'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4532'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.383333 -3.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.383333 -3.416667)"^^geo:wktLiteral ;
  geo-pos:lat "47.383333"^^xsd:decimal ;
  geo-pos:long "-3.416667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42510'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2974'^^xsd:string;
  dwc:yearCollected '1910'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.416667'^^xsd:double;
  dwc:latitude '47.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371685'^^xsd:anyURI;
  dwc:observationDate '1910-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.14 -53.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.14"^^xsd:decimal ;
  dwc:decimalLongitude "-53.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.14 -53.58)"^^geo:wktLiteral ;
  geo-pos:lat "47.14"^^xsd:decimal ;
  geo-pos:long "-53.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40536\\1,INV.42277'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.58'^^xsd:double;
  dwc:latitude '47.14'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.14 -53.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.14"^^xsd:decimal ;
  dwc:decimalLongitude "-53.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.14 -53.58)"^^geo:wktLiteral ;
  geo-pos:lat "47.14"^^xsd:decimal ;
  geo-pos:long "-53.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42269,INV.42277'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.58'^^xsd:double;
  dwc:latitude '47.14'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.07 -73.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.07"^^xsd:decimal ;
  dwc:decimalLongitude "-73.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.07 -73.11)"^^geo:wktLiteral ;
  geo-pos:lat "-54.07"^^xsd:decimal ;
  geo-pos:long "-73.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42659'^^xsd:string;
  dwc:scientificName 'Sertularella protecta Hartlaub, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.11'^^xsd:double;
  dwc:latitude '-54.07'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.07 -73.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.07"^^xsd:decimal ;
  dwc:decimalLongitude "-73.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.07 -73.11)"^^geo:wktLiteral ;
  geo-pos:lat "-54.07"^^xsd:decimal ;
  geo-pos:long "-73.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42658'^^xsd:string;
  dwc:scientificName 'Sertularella protecta Hartlaub, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.11'^^xsd:double;
  dwc:latitude '-54.07'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41390\\2'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371907'^^xsd:anyURI;
  dwc:observationDate '1931-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41386\\2'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371908'^^xsd:anyURI;
  dwc:observationDate '1931-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "107.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 107.05)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "107.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43128'^^xsd:string;
  dwc:scientificName 'Campanularia hincksii Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.05'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117364'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371909'^^xsd:anyURI;
  dwc:observationDate '1931-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "20"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 20)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "20"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41578'^^xsd:string;
  dwc:scientificName 'Octophialucium funerarium (Quoy & Gaimard, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea, Oceans'^^xsd:string;
  dwc:longitude '20'^^xsd:integer;
  dwc:latitude '35'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117740'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.513 -73.5321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.513"^^xsd:decimal ;
  dwc:decimalLongitude "-73.5321"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.513 -73.5321)"^^geo:wktLiteral ;
  geo-pos:lat "-41.513"^^xsd:decimal ;
  geo-pos:long "-73.5321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F371981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/371981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42011'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.5321'^^xsd:double;
  dwc:latitude '-41.513'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/371981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.11087 -73.7043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.11087"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7043"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.11087 -73.7043)"^^geo:wktLiteral ;
  geo-pos:lat "-52.11087"^^xsd:decimal ;
  geo-pos:long "-73.7043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42680\\1'^^xsd:string;
  dwc:scientificName 'Hebella corrugata Vanhoffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Smyth Channel'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7043'^^xsd:double;
  dwc:latitude '-52.11087'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284957'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372043'^^xsd:anyURI;
  dwc:observationDate '1893-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '284957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.23"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "-28.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38017'^^xsd:string;
  dwc:scientificName 'Bimeria fluminalis Annandale, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '-28.23'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284225'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.23"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "-28.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38014'^^xsd:string;
  dwc:scientificName 'Bimeria fluminalis Annandale, 1915'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '-28.23'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284225'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40241'^^xsd:string;
  dwc:scientificName 'Aglaophenia plumifera Kirchenpauer, 1872'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284135'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40258'^^xsd:string;
  dwc:scientificName 'Aglaophenia plumifera Kirchenpauer, 1872'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284135'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38348'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372182'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44035'^^xsd:string;
  dwc:scientificName 'Cunina beckii Bouillon, 1985'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372239'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284553'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39808'^^xsd:string;
  dwc:scientificName 'Tubularia crocea (Agassiz, 1862)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117993'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372252'^^xsd:anyURI;
  dwc:observationDate '1961-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117981'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39017'^^xsd:string;
  dwc:scientificName 'Coryne listeri Van Beneden, 1844'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372274'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "-22.9125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43110'^^xsd:string;
  dwc:scientificName 'Campanularia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1203'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-22.9125'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117029'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372441'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.38 2.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.38"^^xsd:decimal ;
  dwc:decimalLongitude "2.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.38 2.01)"^^geo:wktLiteral ;
  geo-pos:lat "48.38"^^xsd:decimal ;
  geo-pos:long "2.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43762'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '2.01'^^xsd:double;
  dwc:latitude '48.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372500'^^xsd:anyURI;
  dwc:observationDate '1934-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38559'^^xsd:string;
  dwc:scientificName 'Podocoryne carnea Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372510'^^xsd:anyURI;
  dwc:observationDate '1958-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.116667 -66.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.116667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.116667 -66.583333)"^^geo:wktLiteral ;
  geo-pos:lat "32.116667"^^xsd:decimal ;
  geo-pos:long "-66.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/st92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43721'^^xsd:string;
  dwc:scientificName 'Laomedea sargassi Broch, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911/st92'^^xsd:string;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-66.583333'^^xsd:double;
  dwc:latitude '32.116667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '832318'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372711'^^xsd:anyURI;
  dwc:observationDate '1936-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.655556 -16.681945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.655556"^^xsd:decimal ;
  dwc:decimalLongitude "-16.681945"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.655556 -16.681945)"^^geo:wktLiteral ;
  geo-pos:lat "32.655556"^^xsd:decimal ;
  geo-pos:long "-16.681945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F372837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/372837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42083'^^xsd:string;
  dwc:scientificName 'Diphasia pinaster (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st806'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-16.681945'^^xsd:double;
  dwc:latitude '32.655556'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '151951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/372837'^^xsd:anyURI;
  dwc:observationDate '1897-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39944'^^xsd:string;
  dwc:scientificName 'Laingia jaumotti Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290269'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '446269'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 1.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.46"^^xsd:decimal ;
  dwc:decimalLongitude "1.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 1.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.46"^^xsd:decimal ;
  geo-pos:long "1.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39059'^^xsd:string;
  dwc:scientificName 'Coryne pusilla (Gaertner, 1774)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.37'^^xsd:double;
  dwc:latitude '50.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117471'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373040'^^xsd:anyURI;
  dwc:observationDate '1960-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117471'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39915'^^xsd:string;
  dwc:scientificName 'Zanclea protecta Hastings, 1930'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '286003'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373105'^^xsd:anyURI;
  dwc:observationDate '1976-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1726695'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41230\\1'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41211\\1'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40170'^^xsd:string;
  dwc:scientificName 'Aglaophenia pennatula Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373133'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41545'^^xsd:string;
  dwc:scientificName 'Malagazzia condensa (Kramp, 1953)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289261'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373179'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289261'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42693'^^xsd:string;
  dwc:scientificName 'Sertularella tenella (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373626> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373626>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38842'^^xsd:string;
  dwc:scientificName 'Errina gracilis Marenzeller, 1903'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Marenzeller'^^xsd:string;
  dwc:yearIdentified '1903'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st.319'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, 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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '285812'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373626'^^xsd:anyURI;
  dwc:observationDate '1898-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '285812'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.19"^^xsd:decimal ;
  dwc:decimalLongitude "55.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  geo-pos:lat "-4.19"^^xsd:decimal ;
  geo-pos:long "55.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42024,INV.42024\\1,INV.42228'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.44'^^xsd:double;
  dwc:latitude '-4.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373730'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F373975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/373975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41504'^^xsd:string;
  dwc:scientificName 'Staurodiscus quadristoma Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285046'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/373975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285046'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.7625)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.7625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM94" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43035'^^xsd:string;
  dwc:scientificName 'Parathuiaria polycarpa (Kirchenpauer, 1884)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM94'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.7625'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '290688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374028'^^xsd:anyURI;
  dwc:observationDate '1949-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '1618478'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43453'^^xsd:string;
  dwc:scientificName 'Obelia bicuspidata Clark, 1875'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '152090'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374102'^^xsd:anyURI;
  dwc:observationDate '1934-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.733333 -28.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.733333 -28.379167)"^^geo:wktLiteral ;
  geo-pos:lat "42.733333"^^xsd:decimal ;
  geo-pos:long "-28.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43581'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1412'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.379167'^^xsd:double;
  dwc:latitude '42.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374113'^^xsd:anyURI;
  dwc:observationDate '1902-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.933333"^^xsd:decimal ;
  dwc:decimalLongitude "11.3375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  geo-pos:lat "76.933333"^^xsd:decimal ;
  geo-pos:long "11.3375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42413'^^xsd:string;
  dwc:scientificName 'Selaginopsis mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st991'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '11.3375'^^xsd:double;
  dwc:latitude '76.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '156420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374306'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.933333"^^xsd:decimal ;
  dwc:decimalLongitude "11.3375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.933333 11.3375)"^^geo:wktLiteral ;
  geo-pos:lat "76.933333"^^xsd:decimal ;
  geo-pos:long "11.3375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42412'^^xsd:string;
  dwc:scientificName 'Selaginopsis mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st991'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Greenland Sea, Oceans'^^xsd:string;
  dwc:longitude '11.3375'^^xsd:double;
  dwc:latitude '76.933333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '156420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374307'^^xsd:anyURI;
  dwc:observationDate '1898-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.444444 -72.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.444444"^^xsd:decimal ;
  dwc:decimalLongitude "-72.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.444444 -72.983333)"^^geo:wktLiteral ;
  geo-pos:lat "-42.444444"^^xsd:decimal ;
  geo-pos:long "-72.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42950'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus subdichotomus (Kirchenpauer, 1884)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM41'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.983333'^^xsd:double;
  dwc:latitude '-42.444444'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374400'^^xsd:anyURI;
  dwc:observationDate '1949-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40720'^^xsd:string;
  dwc:scientificName 'Eucheilota menoni Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221217'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374722'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221217'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.608333 -63.608333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.608333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.608333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.608333 -63.608333)"^^geo:wktLiteral ;
  geo-pos:lat "42.608333"^^xsd:decimal ;
  geo-pos:long "-63.608333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st3474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43587,INV.43588,INV.43590'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st3474'^^xsd:string;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-63.608333'^^xsd:double;
  dwc:latitude '42.608333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374739'^^xsd:anyURI;
  dwc:observationDate '1913-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.116667)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "4.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39853'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '4.116667'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374748'^^xsd:anyURI;
  dwc:observationDate '1904-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 4.116667)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "4.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39841'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '4.116667'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374749'^^xsd:anyURI;
  dwc:observationDate '1904-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43384'^^xsd:string;
  dwc:scientificName 'Clytia malayense (Kramp, 1961)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374877'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284377'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F374986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/374986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39307'^^xsd:string;
  dwc:scientificName 'Halocoryne epizoica (Hadzi, 1917)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/374986'^^xsd:anyURI;
  dwc:observationDate '1971-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117626'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 -13.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.733333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 -13.733333)"^^geo:wktLiteral ;
  geo-pos:lat "9.5"^^xsd:decimal ;
  geo-pos:long "-13.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42448'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st036'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Guinea'^^xsd:string;
  dwc:longitude '-13.733333'^^xsd:double;
  dwc:latitude '9.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375065'^^xsd:anyURI;
  dwc:observationDate '1935-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39578'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375229'^^xsd:anyURI;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39265'^^xsd:string;
  dwc:scientificName 'Halocoryne epizoica (Hadzi, 1917)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117626'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375320'^^xsd:anyURI;
  dwc:observationDate '1969-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117626'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375545> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375545>
  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 "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38401'^^xsd:string;
  dwc:scientificName 'Eudendrium carneum Clarke, 1882'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1958'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117545'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375545'^^xsd:anyURI;
  dwc:observationDate '1902-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117545'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.79167 174.78056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.79167"^^xsd:decimal ;
  dwc:decimalLongitude "174.78056"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.79167 174.78056)"^^geo:wktLiteral ;
  geo-pos:lat "-36.79167"^^xsd:decimal ;
  geo-pos:long "174.78056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43701'^^xsd:string;
  dwc:scientificName 'Laomedea nigrocaulus (Hilgendorf, 1898)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '174.78056'^^xsd:double;
  dwc:latitude '-36.79167'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375808'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41096'^^xsd:string;
  dwc:scientificName 'Gattya tropicalis Millard & Bouillon, 1973'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289986'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375850'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289986'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.916667 -25.3625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3491.644143660998"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41357'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1223'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Cabo Verde'^^xsd:string;
  dwc:longitude '-25.3625'^^xsd:double;
  dwc:latitude '16.916667'^^xsd:double;
  dwc:coordinatePrecision '3491.644143661'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375852'^^xsd:anyURI;
  dwc:observationDate '1901-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.916667 -25.3625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3491.644143660998"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41341'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1223'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Cabo Verde'^^xsd:string;
  dwc:longitude '-25.3625'^^xsd:double;
  dwc:latitude '16.916667'^^xsd:double;
  dwc:coordinatePrecision '3491.644143661'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375853'^^xsd:anyURI;
  dwc:observationDate '1901-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.095833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.758333 -28.095833)"^^geo:wktLiteral ;
  geo-pos:lat "38.758333"^^xsd:decimal ;
  geo-pos:long "-28.095833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43642'^^xsd:string;
  dwc:scientificName 'Laomedea gigantea (Hincks, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1349'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.095833'^^xsd:double;
  dwc:latitude '38.758333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152099'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375954'^^xsd:anyURI;
  dwc:observationDate '1902-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.08"^^xsd:decimal ;
  dwc:decimalLongitude "108.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  geo-pos:lat "16.08"^^xsd:decimal ;
  geo-pos:long "108.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39441,INV.39442,INV.39463'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.11'^^xsd:double;
  dwc:latitude '16.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.08"^^xsd:decimal ;
  dwc:decimalLongitude "108.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  geo-pos:lat "16.08"^^xsd:decimal ;
  geo-pos:long "108.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F375981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/375981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39441,INV.39442,INV.39443'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.11'^^xsd:double;
  dwc:latitude '16.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/375981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376313> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376313>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "23283/st220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42422'^^xsd:string;
  dwc:scientificName 'Selaginopsis monilifera (Hutton, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1977'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '23283/st220'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Weddell Sea'^^xsd:string;
  dwc:longitude '16.40626'^^xsd:double;
  dwc:latitude '-78.15856'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:23283'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376313'^^xsd:anyURI;
  dwc:observationDate '1965-02-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376510> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376510>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39815'^^xsd:string;
  dwc:scientificName 'Tubularia indivisa Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376510'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38994'^^xsd:string;
  dwc:scientificName 'Vannuccia forbesi (Mayer, 1894)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117459'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40068'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata Meneghini, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376536'^^xsd:anyURI;
  dwc:observationDate '1939-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '117275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1666665077"^^xsd:decimal ;
  dwc:decimalLongitude "144.8833312988"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1666665077"^^xsd:decimal ;
  geo-pos:long "144.8833312988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38318'^^xsd:string;
  dwc:scientificName 'Cytaeis sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.8833312988'^^xsd:double;
  dwc:latitude '-4.1666665077'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376597'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117075'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38924'^^xsd:string;
  dwc:scientificName 'Cnidocodon leopoldi Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '289688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376656'^^xsd:anyURI;
  dwc:observationDate '1975-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '289688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41133'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F376978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/376978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41526'^^xsd:string;
  dwc:scientificName 'Lovenella clausa (Lovén, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117736'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/376978'^^xsd:anyURI;
  dwc:observationDate '1967-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.52 -25.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.52"^^xsd:decimal ;
  dwc:decimalLongitude "-25.42"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.52 -25.42)"^^geo:wktLiteral ;
  geo-pos:lat "37.52"^^xsd:decimal ;
  geo-pos:long "-25.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42483,INV.42494'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st594'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.42'^^xsd:double;
  dwc:latitude '37.52'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377033'^^xsd:anyURI;
  dwc:observationDate '1895-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.52 -25.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.52"^^xsd:decimal ;
  dwc:decimalLongitude "-25.42"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.52 -25.42)"^^geo:wktLiteral ;
  geo-pos:lat "37.52"^^xsd:decimal ;
  geo-pos:long "-25.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42493,INV.42494'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st594'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.42'^^xsd:double;
  dwc:latitude '37.52'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377034'^^xsd:anyURI;
  dwc:observationDate '1895-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.45 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.45"^^xsd:decimal ;
  dwc:decimalLongitude "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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.45 16)"^^geo:wktLiteral ;
  geo-pos:lat "78.45"^^xsd:decimal ;
  geo-pos:long "16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38617'^^xsd:string;
  dwc:scientificName 'Halitholus cirratus Hartlaub, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '78.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '157951'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42561'^^xsd:string;
  dwc:scientificName 'Sertularella meridionalis (Nutting, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '843108'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 -1.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.46"^^xsd:decimal ;
  dwc:decimalLongitude "-1.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 -1.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.46"^^xsd:decimal ;
  geo-pos:long "-1.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41727'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.37'^^xsd:double;
  dwc:latitude '50.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377412'^^xsd:anyURI;
  dwc:observationDate '1962-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43176'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377581'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.416667 13.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.416667"^^xsd:decimal ;
  dwc:decimalLongitude "13.166667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.416667 13.166667)"^^geo:wktLiteral ;
  geo-pos:lat "-12.416667"^^xsd:decimal ;
  geo-pos:long "13.166667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44327'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st079'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '13.166667'^^xsd:double;
  dwc:latitude '-12.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377582'^^xsd:anyURI;
  dwc:observationDate '1948-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38495'^^xsd:string;
  dwc:scientificName 'Hansiella fragilis Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290077'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377600'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290077'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.866667 11.658333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.866667"^^xsd:decimal ;
  dwc:decimalLongitude "11.658333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.866667 11.658333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.866667"^^xsd:decimal ;
  geo-pos:long "11.658333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43999'^^xsd:string;
  dwc:scientificName 'Proboscidactyla ornata (Mc Crady, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st025'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.658333'^^xsd:double;
  dwc:latitude '-4.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377770'^^xsd:anyURI;
  dwc:observationDate '1948-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 145.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "145.02"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 145.02)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "145.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F377973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/377973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44087'^^xsd:string;
  dwc:scientificName 'Pegantha laevis Bigelow, 1909'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '145.02'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221238'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/377973'^^xsd:anyURI;
  dwc:observationDate '1976-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221238'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.19"^^xsd:decimal ;
  dwc:decimalLongitude "55.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  geo-pos:lat "-4.19"^^xsd:decimal ;
  geo-pos:long "55.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43371'^^xsd:string;
  dwc:scientificName 'Clytia latitheca Millard & Bouillon, 1973'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'holotype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.44'^^xsd:double;
  dwc:latitude '-4.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220578'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378038'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1341810'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.03 115.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.03"^^xsd:decimal ;
  dwc:decimalLongitude "115.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.03 115.46)"^^geo:wktLiteral ;
  geo-pos:lat "-32.03"^^xsd:decimal ;
  geo-pos:long "115.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42941'^^xsd:string;
  dwc:scientificName 'Stereotheca elongata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.46'^^xsd:double;
  dwc:latitude '-32.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '291130'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '291130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.03 115.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.03"^^xsd:decimal ;
  dwc:decimalLongitude "115.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.03 115.46)"^^geo:wktLiteral ;
  geo-pos:lat "-32.03"^^xsd:decimal ;
  geo-pos:long "115.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42938'^^xsd:string;
  dwc:scientificName 'Stereotheca elongata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.46'^^xsd:double;
  dwc:latitude '-32.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '291130'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '291130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.36588 -63.83718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.36588"^^xsd:decimal ;
  dwc:decimalLongitude "-63.83718"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.36588 -63.83718)"^^geo:wktLiteral ;
  geo-pos:lat "46.36588"^^xsd:decimal ;
  geo-pos:long "-63.83718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42743'^^xsd:string;
  dwc:scientificName 'Sertularella turgida (Trask, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:yearIdentified '1914'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Northumberland Strait'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-63.83718'^^xsd:double;
  dwc:latitude '46.36588'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9376'^^xsd:anyURI;
  dwc:aphiaid '740929'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378126'^^xsd:anyURI;
  dwc:observationDate '1912-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1301218'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.75"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.75"^^xsd:decimal ;
  geo-pos:long "12.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39522'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1955'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st115'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.666667'^^xsd:double;
  dwc:latitude '-11.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378234'^^xsd:anyURI;
  dwc:observationDate '1949-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39767'^^xsd:string;
  dwc:scientificName 'Ectopleura sacculifera Kramp, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117985'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.283333 -28.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.283333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.283333 -28.883333)"^^geo:wktLiteral ;
  geo-pos:lat "36.283333"^^xsd:decimal ;
  geo-pos:long "-28.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43620'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1850'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.883333'^^xsd:double;
  dwc:latitude '36.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378387'^^xsd:anyURI;
  dwc:observationDate '1904-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.283333 -28.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.283333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.283333 -28.883333)"^^geo:wktLiteral ;
  geo-pos:lat "36.283333"^^xsd:decimal ;
  geo-pos:long "-28.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43583'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1850'^^xsd:string;
  dwc:yearCollected '1904'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.883333'^^xsd:double;
  dwc:latitude '36.283333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378388'^^xsd:anyURI;
  dwc:observationDate '1904-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38465'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378423'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38626'^^xsd:string;
  dwc:scientificName 'Janiopsis costata Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '447909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378459'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290236'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39311'^^xsd:string;
  dwc:scientificName 'Halocoryne pirainoid Boero, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284806'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378476'^^xsd:anyURI;
  dwc:observationDate '1986-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '1727583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.383333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  geo-pos:lat "48.366667"^^xsd:decimal ;
  geo-pos:long "-53.383333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42268'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.383333'^^xsd:double;
  dwc:latitude '48.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.383333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.366667 -53.383333)"^^geo:wktLiteral ;
  geo-pos:lat "48.366667"^^xsd:decimal ;
  geo-pos:long "-53.383333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42275'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-53.383333'^^xsd:double;
  dwc:latitude '48.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39508'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378676'^^xsd:anyURI;
  dwc:observationDate '1984-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39595'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378798'^^xsd:anyURI;
  dwc:observationDate '1978-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.1 97.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.1"^^xsd:decimal ;
  dwc:decimalLongitude "97.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.1 97.15)"^^geo:wktLiteral ;
  geo-pos:lat "-2.1"^^xsd:decimal ;
  geo-pos:long "97.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F378811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/378811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40494'^^xsd:string;
  dwc:scientificName 'Thecocarpus phyteuma (Kirchenpauer, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '97.15'^^xsd:double;
  dwc:latitude '-2.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/378811'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39256'^^xsd:string;
  dwc:scientificName 'Staurocladia schizogena Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284630'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379082'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284630'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.475 -25.529167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.475"^^xsd:decimal ;
  dwc:decimalLongitude "-25.529167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.475 -25.529167)"^^geo:wktLiteral ;
  geo-pos:lat "37.475"^^xsd:decimal ;
  geo-pos:long "-25.529167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41409'^^xsd:string;
  dwc:scientificName 'Oswaldaria crassicaulis (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st663'^^xsd:string;
  dwc:yearCollected '1896'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.529167'^^xsd:double;
  dwc:latitude '37.475'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379438'^^xsd:anyURI;
  dwc:observationDate '1896-06-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.133333 10.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.133333"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.133333 10.833333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.133333"^^xsd:decimal ;
  geo-pos:long "10.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44329'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st165'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '10.833333'^^xsd:double;
  dwc:latitude '-4.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379635'^^xsd:anyURI;
  dwc:observationDate '1949-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.21 18.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.21"^^xsd:decimal ;
  dwc:decimalLongitude "18.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40006'^^xsd:string;
  dwc:scientificName 'Aglaophenia arcuata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '18.28'^^xsd:double;
  dwc:latitude '-34.21'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379643'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.786666 -73.873056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.786666"^^xsd:decimal ;
  dwc:decimalLongitude "-73.873056"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.786666 -73.873056)"^^geo:wktLiteral ;
  geo-pos:lat "-41.786666"^^xsd:decimal ;
  geo-pos:long "-73.873056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42012'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM99'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.873056'^^xsd:double;
  dwc:latitude '-41.786666'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379718'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -6.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.666667 -6.579167)"^^geo:wktLiteral ;
  geo-pos:lat "43.666667"^^xsd:decimal ;
  geo-pos:long "-6.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41306'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st58'^^xsd:string;
  dwc:yearCollected '1886'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-6.579167'^^xsd:double;
  dwc:latitude '43.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379803'^^xsd:anyURI;
  dwc:observationDate '1886-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.508333 -26.820834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.508333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.820834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "131548.23764282043"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F379947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/379947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41198'^^xsd:string;
  dwc:scientificName 'Bedotella armata (Pictet & Bedot, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st584'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-26.820834'^^xsd:double;
  dwc:latitude '38.508333'^^xsd:double;
  dwc:coordinatePrecision '131548.23764282'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117683'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/379947'^^xsd:anyURI;
  dwc:observationDate '1895-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '117683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.20212 -123.95737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.20212"^^xsd:decimal ;
  dwc:decimalLongitude "-123.95737"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.20212 -123.95737)"^^geo:wktLiteral ;
  geo-pos:lat "49.20212"^^xsd:decimal ;
  geo-pos:long "-123.95737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43482'^^xsd:string;
  dwc:scientificName 'Laomedea clarki (Marktanner-Turneretscher, 1895)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:yearCollected '1913'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-123.95737'^^xsd:double;
  dwc:latitude '49.20212'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9376'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380101'^^xsd:anyURI;
  dwc:observationDate '1913-05-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.683333 -14.195833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.683333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.195833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.683333 -14.195833)"^^geo:wktLiteral ;
  geo-pos:lat "36.683333"^^xsd:decimal ;
  geo-pos:long "-14.195833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41401'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1304'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.195833'^^xsd:double;
  dwc:latitude '36.683333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380390'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380406> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380406>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2014-08-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41960'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380406'^^xsd:anyURI;
  dwc:observationDate '1907-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380511> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380511>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44076'^^xsd:string;
  dwc:scientificName 'Cunina prolifera Gegenbaur, 1854'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^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: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:aphiaid '889530'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380511'^^xsd:anyURI;
  dwc:observationDate '1930-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '889530'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42695'^^xsd:string;
  dwc:scientificName 'Sertularella tenella (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380732'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2 -5.8625)"^^geo:wktLiteral ;
  geo-pos:lat "47.2"^^xsd:decimal ;
  geo-pos:long "-5.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42415'^^xsd:string;
  dwc:scientificName 'Sertomma tamarisca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st503'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-5.8625'^^xsd:double;
  dwc:latitude '47.2'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152132'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380753'^^xsd:anyURI;
  dwc:observationDate '1894-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.48328 29.9453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.48328"^^xsd:decimal ;
  dwc:decimalLongitude "29.9453"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.48328 29.9453)"^^geo:wktLiteral ;
  geo-pos:lat "-6.48328"^^xsd:decimal ;
  geo-pos:long "29.9453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "17631/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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44306'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '17631/st121'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Tanzania'^^xsd:string;
  dwc:longitude '29.9453'^^xsd:double;
  dwc:latitude '-6.48328'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:17631'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380817'^^xsd:anyURI;
  dwc:observationDate '1947-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39691'^^xsd:string;
  dwc:scientificName 'Teissiera milleporoides Bouillon, 1974'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291193'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380820'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '291193'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-68.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-68.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F380864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/380864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42826'^^xsd:string;
  dwc:scientificName 'Sertularia distans var. gracilis Hassal, 1848'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.316667'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/380864'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1666665077"^^xsd:decimal ;
  dwc:decimalLongitude "144.8833312988"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1666665077 144.8833312988)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1666665077"^^xsd:decimal ;
  geo-pos:long "144.8833312988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38022'^^xsd:string;
  dwc:scientificName 'Bougainvillia aurantiaca Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.8833312988'^^xsd:double;
  dwc:latitude '-4.1666665077'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284228'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381022'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284228'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.41 1.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.41"^^xsd:decimal ;
  dwc:decimalLongitude "1.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.41 1.01)"^^geo:wktLiteral ;
  geo-pos:lat "49.41"^^xsd:decimal ;
  geo-pos:long "1.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38466'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.01'^^xsd:double;
  dwc:latitude '49.41'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381042'^^xsd:anyURI;
  dwc:observationDate '1902-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43329'^^xsd:string;
  dwc:scientificName 'Campanularia volubilis (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117365'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381070'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41482'^^xsd:string;
  dwc:scientificName 'Melicertissa rosea Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381077'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285034'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.666667 -14.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.666667 -14.55)"^^geo:wktLiteral ;
  geo-pos:lat "26.666667"^^xsd:decimal ;
  geo-pos:long "-14.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40743'^^xsd:string;
  dwc:scientificName 'Eucheilota ventricularis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st006'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-14.55'^^xsd:double;
  dwc:latitude '26.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117537'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381116'^^xsd:anyURI;
  dwc:observationDate '1935-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '117537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39448'^^xsd:string;
  dwc:scientificName 'Halocordyle disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1928'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4556'^^xsd:integer;
  dwc:yearCollected '1880'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4556'^^xsd:anyURI;
  dwc:aphiaid '220570'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381313'^^xsd:anyURI;
  dwc:observationDate '1880-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.144444 19.420834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.144444"^^xsd:decimal ;
  dwc:decimalLongitude "19.420834"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.144444 19.420834)"^^geo:wktLiteral ;
  geo-pos:lat "78.144444"^^xsd:decimal ;
  geo-pos:long "19.420834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42513'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st982'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '19.420834'^^xsd:double;
  dwc:latitude '78.144444'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381356'^^xsd:anyURI;
  dwc:observationDate '1898-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43844\\1'^^xsd:string;
  dwc:scientificName 'Orthopyxis compressa (Clark, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292523'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381363'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '292523'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38869'^^xsd:string;
  dwc:scientificName 'Cladocoryne floccosa Rotch, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381497'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117424'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38782'^^xsd:string;
  dwc:scientificName 'Halitiarella ocellata Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381737'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290075'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39404'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.05'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381768'^^xsd:anyURI;
  dwc:observationDate '1974-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "-22.9125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41256'^^xsd:string;
  dwc:scientificName 'Hebella calcarata (Agassiz, 1865)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1203'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-22.9125'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '284955'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381786'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '345878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.366667 74.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.366667"^^xsd:decimal ;
  dwc:decimalLongitude "74.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.366667 74.066667)"^^geo:wktLiteral ;
  geo-pos:lat "30.366667"^^xsd:decimal ;
  geo-pos:long "74.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40104'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '74.066667'^^xsd:double;
  dwc:latitude '30.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381793'^^xsd:anyURI;
  dwc:observationDate '1938-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.566667 -76.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.566667"^^xsd:decimal ;
  dwc:decimalLongitude "-76.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.566667 -76.066667)"^^geo:wktLiteral ;
  geo-pos:lat "27.566667"^^xsd:decimal ;
  geo-pos:long "-76.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40126\\2'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-76.066667'^^xsd:double;
  dwc:latitude '27.566667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381809'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.566667 -76.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.566667"^^xsd:decimal ;
  dwc:decimalLongitude "-76.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.566667 -76.066667)"^^geo:wktLiteral ;
  geo-pos:lat "27.566667"^^xsd:decimal ;
  geo-pos:long "-76.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40942\\2'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-76.066667'^^xsd:double;
  dwc:latitude '27.566667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381810'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.566667 -76.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.566667"^^xsd:decimal ;
  dwc:decimalLongitude "-76.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.566667 -76.066667)"^^geo:wktLiteral ;
  geo-pos:lat "27.566667"^^xsd:decimal ;
  geo-pos:long "-76.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41861'^^xsd:string;
  dwc:scientificName 'Plumularia strictocarpa Pictet, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-76.066667'^^xsd:double;
  dwc:latitude '27.566667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '285299'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381811'^^xsd:anyURI;
  dwc:observationDate '1939-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38519'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F381914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/381914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38513'^^xsd:string;
  dwc:scientificName 'Hydractinia echinata Fleming, 1832'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/381914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41721'^^xsd:string;
  dwc:scientificName 'Nemertesia ramosa (Lamarck, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382039'^^xsd:anyURI;
  dwc:observationDate '1960-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18213"^^xsd:decimal ;
  dwc:decimalLongitude "7.88458"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18213 7.88458)"^^geo:wktLiteral ;
  geo-pos:lat "54.18213"^^xsd:decimal ;
  geo-pos:long "7.88458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42586'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.88458'^^xsd:double;
  dwc:latitude '54.18213'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.00015 -65.49883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.00015"^^xsd:decimal ;
  dwc:decimalLongitude "-65.49883"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.00015 -65.49883)"^^geo:wktLiteral ;
  geo-pos:lat "45.00015"^^xsd:decimal ;
  geo-pos:long "-65.49883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42357'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-65.49883'^^xsd:double;
  dwc:latitude '45.00015'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4532'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.00015 -65.49883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.00015"^^xsd:decimal ;
  dwc:decimalLongitude "-65.49883"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.00015 -65.49883)"^^geo:wktLiteral ;
  geo-pos:lat "45.00015"^^xsd:decimal ;
  geo-pos:long "-65.49883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42345'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4532'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-65.49883'^^xsd:double;
  dwc:latitude '45.00015'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4532'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39185'^^xsd:string;
  dwc:scientificName 'Sarsia prolifera Forbes, 1848'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117489'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382565'^^xsd:anyURI;
  dwc:observationDate '1971-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '565154'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.01707 32.94482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.01707"^^xsd:decimal ;
  dwc:decimalLongitude "32.94482"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.01707 32.94482)"^^geo:wktLiteral ;
  geo-pos:lat "-26.01707"^^xsd:decimal ;
  geo-pos:long "32.94482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43747'^^xsd:string;
  dwc:scientificName 'Obelia bidentata Clark, 1875'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '32.94482'^^xsd:double;
  dwc:latitude '-26.01707'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117385'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382680'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41567'^^xsd:string;
  dwc:scientificName 'Octophialucium aphrodite (Bigelow, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285059'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382886'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285059'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382941> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382941>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F382941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/382941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43315'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/382941'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.533333 -7.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.533333 -7.966667)"^^geo:wktLiteral ;
  geo-pos:lat "57.533333"^^xsd:decimal ;
  geo-pos:long "-7.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41954\\1'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-7.966667'^^xsd:double;
  dwc:latitude '57.533333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.533333 -7.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.533333 -7.966667)"^^geo:wktLiteral ;
  geo-pos:lat "57.533333"^^xsd:decimal ;
  geo-pos:long "-7.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41915\\1'^^xsd:string;
  dwc:scientificName 'Filellum serpens (Hassall, 1848)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-7.966667'^^xsd:double;
  dwc:latitude '57.533333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117690'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43752'^^xsd:string;
  dwc:scientificName 'Obelia dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383205'^^xsd:anyURI;
  dwc:observationDate '1957-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383329> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383329>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44015'^^xsd:string;
  dwc:scientificName 'Aeginopsis mediterranea Mueller, 1851'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^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: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:aphiaid '894045'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383329'^^xsd:anyURI;
  dwc:observationDate '1930-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39653'^^xsd:string;
  dwc:scientificName 'Sphaerocoryne peterseni Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383495'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285773'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43780'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383510'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39594,INV.39599,INV.39603,INV.39604'^^xsd:string;
  dwc:scientificName 'Solanderia secunda (Inaba, 1892)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220571'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383518'^^xsd:anyURI;
  dwc:observationDate '1978-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38773'^^xsd:string;
  dwc:scientificName 'Stomotoca atra Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383548'^^xsd:anyURI;
  dwc:observationDate '1976-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '221202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "-22.9125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43181'^^xsd:string;
  dwc:scientificName 'Campanularia johnstoni Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1203'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-22.9125'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152074'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383614'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38550'^^xsd:string;
  dwc:scientificName 'Podocoryne carnea Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383718'^^xsd:anyURI;
  dwc:observationDate '1968-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.916667"^^xsd:decimal ;
  dwc:decimalLongitude "11.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.916667"^^xsd:decimal ;
  geo-pos:long "11.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43834'^^xsd:string;
  dwc:scientificName 'Obelia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st023'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.583333'^^xsd:double;
  dwc:latitude '-4.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383722'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40618'^^xsd:string;
  dwc:scientificName 'Eirene menoni Kramp, 1953'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284587'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383725'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284587'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40566'^^xsd:string;
  dwc:scientificName 'Paralovenia bitentaculata Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290660'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383818'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290660'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.666667 -14.1625)"^^geo:wktLiteral ;
  geo-pos:lat "36.666667"^^xsd:decimal ;
  geo-pos:long "-14.1625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43457'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1302'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-14.1625'^^xsd:double;
  dwc:latitude '36.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383849'^^xsd:anyURI;
  dwc:observationDate '1902-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F383953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/383953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38201'^^xsd:string;
  dwc:scientificName 'Clava simplex Von Lendenfeld, 1885'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: box; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/383953'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39982'^^xsd:string;
  dwc:scientificName 'Aequorea sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '116998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384145'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116998'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.916667"^^xsd:decimal ;
  dwc:decimalLongitude "11.583333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.916667 11.583333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.916667"^^xsd:decimal ;
  geo-pos:long "11.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40628'^^xsd:string;
  dwc:scientificName 'Eirene viridula (Peron & Lesueur, 1810)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st023'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.583333'^^xsd:double;
  dwc:latitude '-4.916667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117512'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384193'^^xsd:anyURI;
  dwc:observationDate '1948-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '117512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38627'^^xsd:string;
  dwc:scientificName 'Janiopsis costata Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '447909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384343'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '290236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -1.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -1.58)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-1.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38181'^^xsd:string;
  dwc:scientificName 'Clava multicornis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.58'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117426'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384553'^^xsd:anyURI;
  dwc:observationDate '1934-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117426'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38064'^^xsd:string;
  dwc:scientificName 'Bougainvillia ramosa f. muscus Allman'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.46'^^xsd:double;
  dwc:latitude '52.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '151762'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384561'^^xsd:anyURI;
  dwc:observationDate '1933-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38427,INV.38429'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38428,INV.38429'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.00028"^^xsd:decimal ;
  dwc:decimalLongitude "-75.00028"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.00028 -75.00028)"^^geo:wktLiteral ;
  geo-pos:lat "15.00028"^^xsd:decimal ;
  geo-pos:long "-75.00028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40944\\1'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Caribbean Sea, Oceans'^^xsd:string;
  dwc:longitude '-75.00028'^^xsd:double;
  dwc:latitude '15.00028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384610'^^xsd:anyURI;
  dwc:observationDate '1938-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41385'^^xsd:string;
  dwc:scientificName 'Lictorella arborescens Leloup, 1931'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Lakshadweep Sea, Oceans'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384837'^^xsd:anyURI;
  dwc:observationDate '1911-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41384'^^xsd:string;
  dwc:scientificName 'Lictorella arborescens Leloup, 1931'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1931'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Lakshadweep Sea, Oceans'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384838'^^xsd:anyURI;
  dwc:observationDate '1911-04-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.16 15.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.16"^^xsd:decimal ;
  dwc:decimalLongitude "15.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.16 15.3)"^^geo:wktLiteral ;
  geo-pos:lat "78.16"^^xsd:decimal ;
  geo-pos:long "15.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38530'^^xsd:string;
  dwc:scientificName 'Hydractinia sarsi (Steenstrup, 1850)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2479'^^xsd:string;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Advent Bay'^^xsd:string;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '15.3'^^xsd:double;
  dwc:latitude '78.16'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '284898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384841'^^xsd:anyURI;
  dwc:observationDate '1906-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '284898'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39078'^^xsd:string;
  dwc:scientificName 'Dipurena halterata (Forbes, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384849'^^xsd:anyURI;
  dwc:observationDate '1968-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '565148'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.616667 -25.345833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.616667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.345833"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.616667 -25.345833)"^^geo:wktLiteral ;
  geo-pos:lat "37.616667"^^xsd:decimal ;
  geo-pos:long "-25.345833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43523'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1311'^^xsd:string;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-25.345833'^^xsd:double;
  dwc:latitude '37.616667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384878'^^xsd:anyURI;
  dwc:observationDate '1902-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39107,INV.39108,INV.39120,INV.39121,INV.39122,INV.39123,INV.39124,INV.39126,INV.39128'^^xsd:string;
  dwc:scientificName 'Dipurena reesi Vannucci, 1956'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117477'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384918'^^xsd:anyURI;
  dwc:observationDate '1959-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565164'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F384919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/384919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39107,INV.39108,INV.39121,INV.39122,INV.39123,INV.39124,INV.39126,INV.39127,INV.39128'^^xsd:string;
  dwc:scientificName 'Dipurena reesi Vannucci, 1956'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117477'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/384919'^^xsd:anyURI;
  dwc:observationDate '1959-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565164'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.75"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.75 12.666667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.75"^^xsd:decimal ;
  geo-pos:long "12.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-21'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44318'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st115'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '12.666667'^^xsd:double;
  dwc:latitude '-11.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385229'^^xsd:anyURI;
  dwc:observationDate '1949-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44101'^^xsd:string;
  dwc:scientificName 'Pegantha triloba Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117945'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385264'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117945'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.28194"^^xsd:decimal ;
  dwc:decimalLongitude "15.48861"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  geo-pos:lat "-4.28194"^^xsd:decimal ;
  geo-pos:long "15.48861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43913'^^xsd:string;
  dwc:scientificName 'Limnocnida congoensis Bouillon, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.48861'^^xsd:double;
  dwc:latitude '-4.28194'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385315'^^xsd:anyURI;
  dwc:observationDate '1957-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290295'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.09694 -72.87966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.09694"^^xsd:decimal ;
  dwc:decimalLongitude "-72.87966"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.09694 -72.87966)"^^geo:wktLiteral ;
  geo-pos:lat "41.09694"^^xsd:decimal ;
  geo-pos:long "-72.87966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43494'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10661'^^xsd:integer;
  dwc:collector 'Giltay L.B. (Dr.)'^^xsd:string;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Long Island Sound'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-72.87966'^^xsd:double;
  dwc:latitude '41.09694'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10661'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385324'^^xsd:anyURI;
  dwc:observationDate '1933-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -68)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42549'^^xsd:string;
  dwc:scientificName 'Sertularella glacialis Jäderholm, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Argentina'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '579035'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385431'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '174538'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39756'^^xsd:string;
  dwc:scientificName 'Ectopleura minerva Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385443'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117983'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 -16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "-16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38752,INV.38755\\2'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385466'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.740277 -72.929167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.740277"^^xsd:decimal ;
  dwc:decimalLongitude "-72.929167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.740277 -72.929167)"^^geo:wktLiteral ;
  geo-pos:lat "-41.740277"^^xsd:decimal ;
  geo-pos:long "-72.929167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42599\\1'^^xsd:string;
  dwc:scientificName 'Clytia hemisphaerica (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM24'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.929167'^^xsd:double;
  dwc:latitude '-41.740277'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117368'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385509'^^xsd:anyURI;
  dwc:observationDate '1948-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '117368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.866667 -9.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.866667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.866667 -9.2625)"^^geo:wktLiteral ;
  geo-pos:lat "37.866667"^^xsd:decimal ;
  geo-pos:long "-9.2625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41392'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st475'^^xsd:string;
  dwc:yearCollected '1894'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-9.2625'^^xsd:double;
  dwc:latitude '37.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385649'^^xsd:anyURI;
  dwc:observationDate '1894-07-31'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.02 -66.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.02"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.02 -66.57)"^^geo:wktLiteral ;
  geo-pos:lat "-55.02"^^xsd:decimal ;
  geo-pos:long "-66.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42688'^^xsd:string;
  dwc:scientificName 'Sertularella subdichotoma Kirchenpauer, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-66.57'^^xsd:double;
  dwc:latitude '-55.02'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.02 -66.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.02"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.02 -66.57)"^^geo:wktLiteral ;
  geo-pos:lat "-55.02"^^xsd:decimal ;
  geo-pos:long "-66.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42683'^^xsd:string;
  dwc:scientificName 'Sertularella subdichotoma Kirchenpauer, 1884'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-66.57'^^xsd:double;
  dwc:latitude '-55.02'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '843111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.866667 11.658333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.866667"^^xsd:decimal ;
  dwc:decimalLongitude "11.658333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.866667 11.658333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.866667"^^xsd:decimal ;
  geo-pos:long "11.658333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43835'^^xsd:string;
  dwc:scientificName 'Obelia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st025'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Océan Atlantique ; Atlantische Oceaan'^^xsd:string;
  dwc:country 'Congo'^^xsd:string;
  dwc:longitude '11.658333'^^xsd:double;
  dwc:latitude '-4.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385930'^^xsd:anyURI;
  dwc:observationDate '1948-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39084'^^xsd:string;
  dwc:scientificName 'Dipurena halterata (Forbes, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385955'^^xsd:anyURI;
  dwc:observationDate '1966-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565148'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F385964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/385964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44146,INV.44148,INV.44149'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/385964'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.533333 -70.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.533333 -70.05)"^^geo:wktLiteral ;
  geo-pos:lat "12.533333"^^xsd:decimal ;
  geo-pos:long "-70.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40754'^^xsd:string;
  dwc:scientificName 'Diplocyathus gracilis (Fraser, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-70.05'^^xsd:double;
  dwc:latitude '12.533333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386079'^^xsd:anyURI;
  dwc:observationDate '1930-06-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.533333 -70.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.533333 -70.05)"^^geo:wktLiteral ;
  geo-pos:lat "12.533333"^^xsd:decimal ;
  geo-pos:long "-70.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40751'^^xsd:string;
  dwc:scientificName 'Diplocyathus gracilis (Fraser, 1914)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-70.05'^^xsd:double;
  dwc:latitude '12.533333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386080'^^xsd:anyURI;
  dwc:observationDate '1930-06-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 -90.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "-90.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 -90.5)"^^geo:wktLiteral ;
  geo-pos:lat "0"^^xsd:decimal ;
  geo-pos:long "-90.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39514'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Ecuador'^^xsd:string;
  dwc:longitude '-90.5'^^xsd:double;
  dwc:latitude '0'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386129'^^xsd:anyURI;
  dwc:observationDate '1967-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39981'^^xsd:string;
  dwc:scientificName 'Aequorea sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '116998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386148'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '116998'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 1.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.41"^^xsd:decimal ;
  dwc:decimalLongitude "1.47"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 1.47)"^^geo:wktLiteral ;
  geo-pos:lat "55.41"^^xsd:decimal ;
  geo-pos:long "1.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42007'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.47'^^xsd:double;
  dwc:latitude '55.41'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 1.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.41"^^xsd:decimal ;
  dwc:decimalLongitude "1.47"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 1.47)"^^geo:wktLiteral ;
  geo-pos:lat "55.41"^^xsd:decimal ;
  geo-pos:long "1.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41979'^^xsd:string;
  dwc:scientificName 'Amphisbetia operculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '1.47'^^xsd:double;
  dwc:latitude '55.41'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117874'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40611'^^xsd:string;
  dwc:scientificName 'Eirene hexanemalis (Goette, 1886)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39914'^^xsd:string;
  dwc:scientificName 'Zanclella glomboides Boreo, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1977'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '291304'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '291304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40883\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium racemosum (Cavolini, 1785)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117553'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386492'^^xsd:anyURI;
  dwc:observationDate '1929-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117553'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39975'^^xsd:string;
  dwc:scientificName 'Aequorea macrodactyla (Brandt, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117271'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43027'^^xsd:string;
  dwc:scientificName 'Thyroscyphus intermedius f. peculiaris Leloup, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '292643'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386532'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '292643'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41160'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386609'^^xsd:anyURI;
  dwc:observationDate '1963-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.733333 -7.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.733333 -7.316667)"^^geo:wktLiteral ;
  geo-pos:lat "43.733333"^^xsd:decimal ;
  geo-pos:long "-7.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43045'^^xsd:string;
  dwc:scientificName 'Synthecium evansi (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:collector 'Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:continentOcean 'Mer Mediteranée'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.316667'^^xsd:double;
  dwc:latitude '43.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117969'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386712'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117969'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.733333 -7.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.733333 -7.316667)"^^geo:wktLiteral ;
  geo-pos:lat "43.733333"^^xsd:decimal ;
  geo-pos:long "-7.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43044'^^xsd:string;
  dwc:scientificName 'Synthecium evansi (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:collector 'Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:continentOcean 'Mer Mediteranée'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.316667'^^xsd:double;
  dwc:latitude '43.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117969'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386713'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117969'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.42 130.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.42"^^xsd:decimal ;
  dwc:decimalLongitude "130.47"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.42 130.47)"^^geo:wktLiteral ;
  geo-pos:lat "-0.42"^^xsd:decimal ;
  geo-pos:long "130.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42227'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9223'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '130.47'^^xsd:double;
  dwc:latitude '-0.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386719'^^xsd:anyURI;
  dwc:observationDate '1929-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.42 130.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.42"^^xsd:decimal ;
  dwc:decimalLongitude "130.47"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.42 130.47)"^^geo:wktLiteral ;
  geo-pos:lat "-0.42"^^xsd:decimal ;
  geo-pos:long "130.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-20'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42226'^^xsd:string;
  dwc:scientificName 'Dynamena crisioides Lamouroux, 1824'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9223'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '130.47'^^xsd:double;
  dwc:latitude '-0.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9223'^^xsd:anyURI;
  dwc:aphiaid '418901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386720'^^xsd:anyURI;
  dwc:observationDate '1929-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '418901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.866667 1.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.866667"^^xsd:decimal ;
  dwc:decimalLongitude "1.216667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.866667 1.216667)"^^geo:wktLiteral ;
  geo-pos:lat "56.866667"^^xsd:decimal ;
  geo-pos:long "1.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42420'^^xsd:string;
  dwc:scientificName 'Sertomma tamarisca (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1933'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1906'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '1.216667'^^xsd:double;
  dwc:latitude '56.866667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '152132'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386806'^^xsd:anyURI;
  dwc:observationDate '1906-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38547'^^xsd:string;
  dwc:scientificName 'Podocoryne apicata Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220574'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386843'^^xsd:anyURI;
  dwc:observationDate '1988-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '292234'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.03 109.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.03"^^xsd:decimal ;
  dwc:decimalLongitude "109.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.03 109.11)"^^geo:wktLiteral ;
  geo-pos:lat "12.03"^^xsd:decimal ;
  geo-pos:long "109.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42646'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias f. mediterranea Leloup, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Bàu Can Lò Than;Lagune de Thuy Trieu'^^xsd:string;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.11'^^xsd:double;
  dwc:latitude '12.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386876'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.03 109.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.03"^^xsd:decimal ;
  dwc:decimalLongitude "109.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.03 109.11)"^^geo:wktLiteral ;
  geo-pos:lat "12.03"^^xsd:decimal ;
  geo-pos:long "109.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42638'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias f. mediterranea Leloup, 1934'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Bàu Can Lò Than;Lagune de Thuy Trieu'^^xsd:string;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.11'^^xsd:double;
  dwc:latitude '12.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386877'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41622'^^xsd:string;
  dwc:scientificName 'Orchistoma manam Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285113'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386959'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285113'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39718,INV.39719,INV.39720,INV.39721,INV.39722,INV.39723,INV.39724,INV.39727,INV.39728,INV.39729,INV.39730,INV.39731,INV.39732'^^xsd:string;
  dwc:scientificName 'Tricyclusa singularis (Schulze, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '235735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386991'^^xsd:anyURI;
  dwc:observationDate '1971-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '235735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F386992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/386992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39718,INV.39719,INV.39720,INV.39722,INV.39723,INV.39724,INV.39725,INV.39727,INV.39728,INV.39729,INV.39730,INV.39731,INV.39732'^^xsd:string;
  dwc:scientificName 'Tricyclusa singularis (Schulze, 1876)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1971'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '235735'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/386992'^^xsd:anyURI;
  dwc:observationDate '1971-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '235735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38758'^^xsd:string;
  dwc:scientificName 'Halitiara inflexa Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '231667'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387002'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231667'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 132.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "132.07"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 132.07)"^^geo:wktLiteral ;
  geo-pos:lat "33.23"^^xsd:decimal ;
  geo-pos:long "132.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38535'^^xsd:string;
  dwc:scientificName 'Hydractinia sodalis Stimpson, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '132.07'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284901'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '731055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40694'^^xsd:string;
  dwc:scientificName 'Helgicirrha irregularis Bouillon & Seghers, 1988'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284619'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40510,INV.40512,INV.40518'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387351'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40510,INV.40511,INV.40512'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387352'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38604'^^xsd:string;
  dwc:scientificName 'Amphinema turrida (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387478'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42466'^^xsd:string;
  dwc:scientificName 'Sertularella ellisi (Milne-Edwards, 1836)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:collector 'Leloup Eugène'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117899'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387483'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117899'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.966667 -25.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.966667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43506'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st841'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.35'^^xsd:double;
  dwc:latitude '37.966667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387630'^^xsd:anyURI;
  dwc:observationDate '1897-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.966667 -25.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.966667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43527'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st841'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-25.35'^^xsd:double;
  dwc:latitude '37.966667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387631'^^xsd:anyURI;
  dwc:observationDate '1897-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39495'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387750'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.33"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43548'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '47.33'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.33"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43542'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '47.33'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 -154.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "-154.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 -154.4)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "-154.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41668'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'French Polynesia'^^xsd:string;
  dwc:longitude '-154.4'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 -154.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "-154.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 -154.4)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "-154.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41692'^^xsd:string;
  dwc:scientificName 'Nemertesia antennina (Linnaeus, 1767)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'French Polynesia'^^xsd:string;
  dwc:longitude '-154.4'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40132'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387906'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F387907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/387907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40094'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/387907'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.29"^^xsd:decimal ;
  dwc:decimalLongitude "3.08"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.29 3.08)"^^geo:wktLiteral ;
  geo-pos:lat "42.29"^^xsd:decimal ;
  geo-pos:long "3.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38456'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.08'^^xsd:double;
  dwc:latitude '42.29'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388033'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41528'^^xsd:string;
  dwc:scientificName 'Malagazzia carolinae (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388034'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289260'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.09 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.09"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.09 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "-53.09"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41701\\1'^^xsd:string;
  dwc:scientificName 'Campanularia gaussica Stechow, 1923'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1883'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '-53.09'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '284324'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388107'^^xsd:anyURI;
  dwc:observationDate '1883-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284324'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.55 26.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.55"^^xsd:decimal ;
  dwc:decimalLongitude "26.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.55 26.5)"^^geo:wktLiteral ;
  geo-pos:lat "-31.55"^^xsd:decimal ;
  geo-pos:long "26.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39588'^^xsd:string;
  dwc:scientificName 'Solanderia procumbens (Carter, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '26.5'^^xsd:double;
  dwc:latitude '-31.55'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288714'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388326'^^xsd:anyURI;
  dwc:observationDate '1960-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '288714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44118'^^xsd:string;
  dwc:scientificName 'Solmaris sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st092'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '-11.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388349'^^xsd:anyURI;
  dwc:observationDate '1948-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '117239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39074,INV.39085'^^xsd:string;
  dwc:scientificName 'Dipurena halterata (Forbes, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388354'^^xsd:anyURI;
  dwc:observationDate '1965-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565148'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39082,INV.39085'^^xsd:string;
  dwc:scientificName 'Dipurena halterata (Forbes, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1965'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388355'^^xsd:anyURI;
  dwc:observationDate '1965-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '565148'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39885'^^xsd:string;
  dwc:scientificName 'Zanclea dubia Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221189'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388770'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221189'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F388799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/388799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38523'^^xsd:string;
  dwc:scientificName 'Hydractinia epiconcha Stechow, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '284859'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/388799'^^xsd:anyURI;
  dwc:observationDate '1934-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '731059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38771'^^xsd:string;
  dwc:scientificName 'Stomotoca atra Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221202'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389040'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221202'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42142'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38544'^^xsd:string;
  dwc:scientificName 'Podocoryne apicata Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220574'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389193'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '292234'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389380> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389380>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40515'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st118'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '56.95'^^xsd:double;
  dwc:latitude '71.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389380'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389381> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389381>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40509'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st118'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '56.95'^^xsd:double;
  dwc:latitude '71.366667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389381'^^xsd:anyURI;
  dwc:observationDate '1907-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.38"^^xsd:decimal ;
  dwc:decimalLongitude "55.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  geo-pos:lat "-4.38"^^xsd:decimal ;
  geo-pos:long "55.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39337'^^xsd:string;
  dwc:scientificName 'Millepora dichotoma Forskäl, 1775'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.22'^^xsd:double;
  dwc:latitude '-4.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210733'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389406'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '210733'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25028"^^xsd:decimal ;
  dwc:decimalLongitude "139.41694"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  geo-pos:lat "35.25028"^^xsd:decimal ;
  geo-pos:long "139.41694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41441\\1'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.41694'^^xsd:double;
  dwc:latitude '35.25028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389487'^^xsd:anyURI;
  dwc:observationDate '1935-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.166667"^^xsd:decimal ;
  geo-pos:long "144.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38039'^^xsd:string;
  dwc:scientificName 'Bougainvillia fulva Agassiz & Mayer, 1899'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883333'^^xsd:double;
  dwc:latitude '-4.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389531'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43923'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:continentOcean 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389639'^^xsd:anyURI;
  dwc:observationDate '1954-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -1.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -1.58)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-1.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F389927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/389927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40945'^^xsd:string;
  dwc:scientificName 'Halecium sessile Norman, 1886'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-1.58'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/389927'^^xsd:anyURI;
  dwc:observationDate '1934-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117605'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43085'^^xsd:string;
  dwc:scientificName 'Tiaropsidium roseum (Maas, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285083'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390228'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285083'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41521'^^xsd:string;
  dwc:scientificName 'Lovenella assimilis (Browne, 1905)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221220'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390232'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '221220'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 1.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 1.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "1.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'c.,INV.42298'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1922'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9262'^^xsd:integer;
  dwc:yearCollected '1922'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.1'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9262'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390235'^^xsd:anyURI;
  dwc:observationDate '1922-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5 -24.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5"^^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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5 -24.25)"^^geo:wktLiteral ;
  geo-pos:lat "65.5"^^xsd:decimal ;
  geo-pos:long "-24.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42719'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1932'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-24.25'^^xsd:double;
  dwc:latitude '65.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390343'^^xsd:anyURI;
  dwc:observationDate '1932-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 62.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "62.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "329496.73078602634"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42164'^^xsd:string;
  dwc:scientificName 'Dynamena cornicina Mc Crady, 1858'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '62.266667'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '329496.73078603'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '117884'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390413'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117887'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39077'^^xsd:string;
  dwc:scientificName 'Dipurena halterata (Forbes, 1846)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1968'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117475'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390447'^^xsd:anyURI;
  dwc:observationDate '1968-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '565148'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39172'^^xsd:string;
  dwc:scientificName 'Sarsia inabai Uchida, 1933'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292652'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390462'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117458'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39652'^^xsd:string;
  dwc:scientificName 'Sphaerocoryne peterseni Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285773'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390536'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285773'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.416667 -31.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-31.375"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.416667 -31.375)"^^geo:wktLiteral ;
  geo-pos:lat "39.416667"^^xsd:decimal ;
  geo-pos:long "-31.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st2210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40067'^^xsd:string;
  dwc:scientificName 'Aglaophenia elongata Meneghini, 1845'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bedot M.'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st2210'^^xsd:string;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-31.375'^^xsd:double;
  dwc:latitude '39.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117275'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390571'^^xsd:anyURI;
  dwc:observationDate '1905-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 62.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "62.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "329496.73078602634"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41835'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '62.266667'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '329496.73078603'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390684'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 62.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "62.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "329496.73078602634"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41798'^^xsd:string;
  dwc:scientificName 'Plumularia sargassi Vanhöffen, 1910'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '62.266667'^^xsd:double;
  dwc:latitude '23.95'^^xsd:double;
  dwc:coordinatePrecision '329496.73078603'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:aphiaid '292372'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390685'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '285299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.833333 -58.233333)"^^geo:wktLiteral ;
  geo-pos:lat "35.833333"^^xsd:decimal ;
  geo-pos:long "-58.233333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F390929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/390929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12332/Mer des Sargasses" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-12-11'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42877'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12332/Mer des Sargasses'^^xsd:string;
  dwc:yearCollected '1939'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Oceans, Sargasso Sea'^^xsd:string;
  dwc:longitude '-58.233333'^^xsd:double;
  dwc:latitude '35.833333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12332'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/390929'^^xsd:anyURI;
  dwc:observationDate '1939-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39923'^^xsd:string;
  dwc:scientificName 'Zancleopsis elegans Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '288111'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391012'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '288111'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18 -64.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.18"^^xsd:decimal ;
  dwc:decimalLongitude "-64.01"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18 -64.01)"^^geo:wktLiteral ;
  geo-pos:lat "50.18"^^xsd:decimal ;
  geo-pos:long "-64.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42792'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-64.01'^^xsd:double;
  dwc:latitude '50.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391459'^^xsd:anyURI;
  dwc:observationDate '1903-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.82128 14.05495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.82128"^^xsd:decimal ;
  dwc:decimalLongitude "14.05495"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.82128 14.05495)"^^geo:wktLiteral ;
  geo-pos:lat "40.82128"^^xsd:decimal ;
  geo-pos:long "14.05495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40636'^^xsd:string;
  dwc:scientificName 'Eugymnanthea inquilina Palombi, 1935'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Palombi A.'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10670'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:continentOcean 'Lago del Fusaro'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.05495'^^xsd:double;
  dwc:latitude '40.82128'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10670'^^xsd:anyURI;
  dwc:aphiaid '117513'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391492'^^xsd:anyURI;
  dwc:observationDate '1935-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117513'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38742'^^xsd:string;
  dwc:scientificName 'Perigonimus pusillus (Wright, 1857)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391684'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.75 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.75"^^xsd:decimal ;
  dwc:decimalLongitude "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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43572,INV.43574'^^xsd:string;
  dwc:scientificName 'Laomedea gelatinosa (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '78.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152116'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.75 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.75"^^xsd:decimal ;
  dwc:decimalLongitude "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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43565,INV.43574'^^xsd:string;
  dwc:scientificName 'Laomedea gelatinosa (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '78.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152116'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.59 9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.59"^^xsd:decimal ;
  dwc:decimalLongitude "9.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.59 9.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.59"^^xsd:decimal ;
  geo-pos:long "9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42286'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '9.55'^^xsd:double;
  dwc:latitude '54.59'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.59 9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.59"^^xsd:decimal ;
  dwc:decimalLongitude "9.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.59 9.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.59"^^xsd:decimal ;
  geo-pos:long "9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42283'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '9.55'^^xsd:double;
  dwc:latitude '54.59'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F391776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/391776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38871'^^xsd:string;
  dwc:scientificName 'Cladocoryne floccosa Rotch, 1871'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Station Zoologique de Napels SZN'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9398'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1930'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9398'^^xsd:anyURI;
  dwc:aphiaid '117424'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/391776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41199'^^xsd:string;
  dwc:scientificName 'Croatella gigas (Pieper, 1884)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '874114'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392044'^^xsd:anyURI;
  dwc:observationDate '1935-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117707'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 5.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "5.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39834'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '5.75'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.38"^^xsd:decimal ;
  dwc:decimalLongitude "55.22"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.38 55.22)"^^geo:wktLiteral ;
  geo-pos:lat "-4.38"^^xsd:decimal ;
  geo-pos:long "55.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38824'^^xsd:string;
  dwc:scientificName 'Distichopora violacea Pallas, 1766'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.22'^^xsd:double;
  dwc:latitude '-4.38'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '210734'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392338'^^xsd:anyURI;
  dwc:observationDate '1972-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '210734'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33333 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.33333"^^xsd:decimal ;
  dwc:decimalLongitude "3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33333 3)"^^geo:wktLiteral ;
  geo-pos:lat "55.33333"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38197\\1,INV.38198'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '55.33333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.868056 12.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.868056"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.868056 12.116667)"^^geo:wktLiteral ;
  geo-pos:lat "-5.868056"^^xsd:decimal ;
  geo-pos:long "12.116667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20403/st345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-09-14'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43980'^^xsd:string;
  dwc:scientificName 'Olindias phosphorica (Delle Chiaje, 1841)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20403/st345'^^xsd:string;
  dwc:collector 'Lefevere S.'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '12.116667'^^xsd:double;
  dwc:latitude '-5.868056'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: unknown; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20403'^^xsd:anyURI;
  dwc:aphiaid '117774'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392567'^^xsd:anyURI;
  dwc:observationDate '1955-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '292470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38623'^^xsd:string;
  dwc:scientificName 'Janiopsis costata Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '447909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392606'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290236'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.4"^^xsd:decimal ;
  dwc:decimalLongitude "18.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  geo-pos:lat "69.4"^^xsd:decimal ;
  geo-pos:long "18.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39852'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '18.58'^^xsd:double;
  dwc:latitude '69.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.4"^^xsd:decimal ;
  dwc:decimalLongitude "18.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4 18.58)"^^geo:wktLiteral ;
  geo-pos:lat "69.4"^^xsd:decimal ;
  geo-pos:long "18.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39844'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '18.58'^^xsd:double;
  dwc:latitude '69.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44172'^^xsd:string;
  dwc:scientificName 'Petasiella asymmetrica Uchida, 1947'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290726'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392761'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290726'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9 -52.183333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.9"^^xsd:decimal ;
  dwc:decimalLongitude "-52.183333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.9 -52.183333)"^^geo:wktLiteral ;
  geo-pos:lat "4.9"^^xsd:decimal ;
  geo-pos:long "-52.183333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42451'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.183333'^^xsd:double;
  dwc:latitude '4.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.501389 -72.939444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.501389"^^xsd:decimal ;
  dwc:decimalLongitude "-72.939444"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.501389 -72.939444)"^^geo:wktLiteral ;
  geo-pos:lat "-41.501389"^^xsd:decimal ;
  geo-pos:long "-72.939444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F392929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/392929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43071'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM14'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.939444'^^xsd:double;
  dwc:latitude '-41.501389'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/392929'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5 120)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5"^^xsd:decimal ;
  dwc:decimalLongitude "120"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5 120)"^^geo:wktLiteral ;
  geo-pos:lat "-5"^^xsd:decimal ;
  geo-pos:long "120"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40081'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Java Sea'^^xsd:string;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '120'^^xsd:integer;
  dwc:latitude '-5'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38886'^^xsd:string;
  dwc:scientificName 'Cladonema radiatum Dujardin, 1843'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117425'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393074'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117425'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91823 8.33113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.91823"^^xsd:decimal ;
  dwc:decimalLongitude "8.33113"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91823 8.33113)"^^geo:wktLiteral ;
  geo-pos:lat "54.91823"^^xsd:decimal ;
  geo-pos:long "8.33113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43631'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.33113'^^xsd:double;
  dwc:latitude '54.91823'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91823 8.33113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.91823"^^xsd:decimal ;
  dwc:decimalLongitude "8.33113"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91823 8.33113)"^^geo:wktLiteral ;
  geo-pos:lat "54.91823"^^xsd:decimal ;
  geo-pos:long "8.33113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43602'^^xsd:string;
  dwc:scientificName 'Laomedea geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.33113'^^xsd:double;
  dwc:latitude '54.91823'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152117'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40278'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40261'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43258'^^xsd:string;
  dwc:scientificName 'Campanularia noliformis Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393446'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44111'^^xsd:string;
  dwc:scientificName 'Solmaris rhodoloma (Brandt, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221239'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393559'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221239'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40721'^^xsd:string;
  dwc:scientificName 'Eucheilota menoni Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221217'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393720'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221217'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F393934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/393934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43040'^^xsd:string;
  dwc:scientificName 'Synthecium cylindraceum (Bale, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '287481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/393934'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '287481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.43 88.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.43"^^xsd:decimal ;
  dwc:decimalLongitude "88.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.43 88.06)"^^geo:wktLiteral ;
  geo-pos:lat "21.43"^^xsd:decimal ;
  geo-pos:long "88.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38029'^^xsd:string;
  dwc:scientificName 'Bimeria franciscana Torrey, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1911'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.06'^^xsd:double;
  dwc:latitude '21.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '233892'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394021'^^xsd:anyURI;
  dwc:observationDate '1911-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117340'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.75 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.75"^^xsd:decimal ;
  dwc:decimalLongitude "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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43572\\1'^^xsd:string;
  dwc:scientificName 'Lafoea gracillima Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '78.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156149'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.65064 -125.44939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.65064"^^xsd:decimal ;
  dwc:decimalLongitude "-125.44939"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.65064 -125.44939)"^^geo:wktLiteral ;
  geo-pos:lat "49.65064"^^xsd:decimal ;
  geo-pos:long "-125.44939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41962'^^xsd:string;
  dwc:scientificName 'Abietinaria amphora Nutting, 1904'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:yearIdentified '1914'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-125.44939'^^xsd:double;
  dwc:latitude '49.65064'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '285353'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394058'^^xsd:anyURI;
  dwc:observationDate '1912-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '285368'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38988'^^xsd:string;
  dwc:scientificName 'Euphysora verrucosa Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '744718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394275'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284507'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42706'^^xsd:string;
  dwc:scientificName 'Sertularella tenella (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394290'^^xsd:anyURI;
  dwc:observationDate '1930-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42698'^^xsd:string;
  dwc:scientificName 'Sertularella tenella (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117909'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394291'^^xsd:anyURI;
  dwc:observationDate '1930-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394349> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394349>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42764'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:collector 'Billet V.'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394349'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40915,INV.40916,INV.41275\\1'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394356'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '117598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40915,INV.40916,INV.40917'^^xsd:string;
  dwc:scientificName 'Halecium nanum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117598'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394357'^^xsd:anyURI;
  dwc:observationDate '1933-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '117598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "4"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43463'^^xsd:string;
  dwc:scientificName 'Laomedea bicuspidata (Clark, 1875)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:endYearCollected '1902'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '152091'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394670> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394670>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "8719/st125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41961'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '8719/st125'^^xsd:string;
  dwc:yearCollected '1907'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '57.05'^^xsd:double;
  dwc:latitude '71.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394670'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.1125)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42955\\1'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM17'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Canal Calbuco'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.1125'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394900'^^xsd:anyURI;
  dwc:observationDate '1948-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F394957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/394957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41555'^^xsd:string;
  dwc:scientificName 'Malagazzia taenogonia (Chow & Huang, 1958)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/394957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '289265'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.43"^^xsd:decimal ;
  dwc:decimalLongitude "142.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.43 142.5)"^^geo:wktLiteral ;
  geo-pos:lat "-1.43"^^xsd:decimal ;
  geo-pos:long "142.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40612'^^xsd:string;
  dwc:scientificName 'Eirene hexanemalis (Goette, 1886)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '142.5'^^xsd:double;
  dwc:latitude '-1.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221223'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395057'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221223'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 13.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "13.52"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 13.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "13.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "13422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40830'^^xsd:string;
  dwc:scientificName 'Halecium halecinum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '13422'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:country 'Croatia'^^xsd:string;
  dwc:longitude '13.52'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:13422'^^xsd:anyURI;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395273'^^xsd:anyURI;
  dwc:observationDate '1933-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395466> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395466>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42791'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1959'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1908'^^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: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395466'^^xsd:anyURI;
  dwc:observationDate '1908-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9282 -71.10214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9282"^^xsd:decimal ;
  dwc:decimalLongitude "-71.10214"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9282 -71.10214)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9282"^^xsd:decimal ;
  geo-pos:long "-71.10214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41372\\2'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Strait of Magellan'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-71.10214'^^xsd:double;
  dwc:latitude '-53.9282'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 -28.056944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "-28.056944"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 -28.056944)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "-28.056944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42514'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st597'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-28.056944'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395796'^^xsd:anyURI;
  dwc:observationDate '1895-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395851> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395851>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41318'^^xsd:string;
  dwc:scientificName 'Lafoea dumosa (Fleming, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11626'^^xsd:anyURI;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395851'^^xsd:anyURI;
  dwc:observationDate '1938-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39883'^^xsd:string;
  dwc:scientificName 'Zanclea costata Gegenbaur, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395868'^^xsd:anyURI;
  dwc:observationDate '1962-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117998'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.28194"^^xsd:decimal ;
  dwc:decimalLongitude "15.48861"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  geo-pos:lat "-4.28194"^^xsd:decimal ;
  geo-pos:long "15.48861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43915'^^xsd:string;
  dwc:scientificName 'Limnocnida congoensis Bouillon, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.48861'^^xsd:double;
  dwc:latitude '-4.28194'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395923'^^xsd:anyURI;
  dwc:observationDate '1957-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '290295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  geo-pos:lat "38.32"^^xsd:decimal ;
  geo-pos:long "-8.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F395968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/395968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40745'^^xsd:string;
  dwc:scientificName 'Diplocyathus caciniformis (Ritchie, 1907)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-8.54'^^xsd:double;
  dwc:latitude '38.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/395968'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.061111"^^xsd:decimal ;
  dwc:decimalLongitude "-28.579167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.061111 -28.579167)"^^geo:wktLiteral ;
  geo-pos:lat "38.061111"^^xsd:decimal ;
  geo-pos:long "-28.579167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/396025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42560\\2'^^xsd:string;
  dwc:scientificName 'Aglaophenia tubulifera (Hincks, 1861)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st882'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.579167'^^xsd:double;
  dwc:latitude '38.061111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/396025'^^xsd:anyURI;
  dwc:observationDate '1897-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.485555 -72.952778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.485555"^^xsd:decimal ;
  dwc:decimalLongitude "-72.952778"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.485555 -72.952778)"^^geo:wktLiteral ;
  geo-pos:lat "-41.485555"^^xsd:decimal ;
  geo-pos:long "-72.952778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/396027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40771'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM138'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.952778'^^xsd:double;
  dwc:latitude '-41.485555'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/396027'^^xsd:anyURI;
  dwc:observationDate '1949-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4"^^xsd:decimal ;
  dwc:decimalLongitude "-16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4 -16.45)"^^geo:wktLiteral ;
  geo-pos:lat "32.4"^^xsd:decimal ;
  geo-pos:long "-16.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/396030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41714'^^xsd:string;
  dwc:scientificName 'Nemertesia paradoxa Kirchenpauer, 1876'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kirchenpauer'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '4450'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1880'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-16.45'^^xsd:double;
  dwc:latitude '32.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4450'^^xsd:anyURI;
  dwc:aphiaid '285194'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/396030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/396354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38161'^^xsd:string;
  dwc:scientificName 'Heterotiara anonyma Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '718760'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/396354'^^xsd:anyURI;
  dwc:observationDate '1976-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '221207'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.04"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.04 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.04"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/396413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39412'^^xsd:string;
  dwc:scientificName 'Paracoryne huvei Picard, 1957'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '43.04'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117801'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/396413'^^xsd:anyURI;
  dwc:observationDate '1970-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117801'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -17.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.666667 -17.25)"^^geo:wktLiteral ;
  geo-pos:lat "14.666667"^^xsd:decimal ;
  geo-pos:long "-17.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F396830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/396830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44025'^^xsd:string;
  dwc:scientificName 'Solmundella bitentaculata (Quoy & Gaimard, 1833)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ranson G.'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st026'^^xsd:string;
  dwc:collector 'Adam William (Dr.)'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'Senegal'^^xsd:string;
  dwc:longitude '-17.25'^^xsd:double;
  dwc:latitude '14.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117267'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/396830'^^xsd:anyURI;
  dwc:observationDate '1935-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '117267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42993'^^xsd:string;
  dwc:scientificName 'Thuiaria tetracythara (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397047'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42989'^^xsd:string;
  dwc:scientificName 'Thuiaria tetracythara (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397048'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41170'^^xsd:string;
  dwc:scientificName 'Kirchenpaueria pinnata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9262'^^xsd:integer;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9262'^^xsd:anyURI;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397123'^^xsd:anyURI;
  dwc:observationDate '1901-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23"^^xsd:decimal ;
  dwc:decimalLongitude "16.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23 16.15)"^^geo:wktLiteral ;
  geo-pos:lat "23"^^xsd:decimal ;
  geo-pos:long "16.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42820'^^xsd:string;
  dwc:scientificName 'Sertularia distans var. gracilis Hassal, 1848'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11553'^^xsd:integer;
  dwc:yearCollected '1937'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '16.15'^^xsd:double;
  dwc:latitude '23'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11553'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397222'^^xsd:anyURI;
  dwc:observationDate '1937-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39876'^^xsd:string;
  dwc:scientificName 'Zanclea costata Gegenbaur, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117998'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397365'^^xsd:anyURI;
  dwc:observationDate '1964-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117998'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.11"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41969'^^xsd:string;
  dwc:scientificName 'Abietinaria filicula (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10661'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Isle of Man'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '54.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10661'^^xsd:anyURI;
  dwc:aphiaid '117871'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397530'^^xsd:anyURI;
  dwc:observationDate '1933-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '117871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.11"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41968'^^xsd:string;
  dwc:scientificName 'Abietinaria filicula (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10661'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Isle of Man'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '54.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10661'^^xsd:anyURI;
  dwc:aphiaid '117871'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397531'^^xsd:anyURI;
  dwc:observationDate '1933-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '117871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39773'^^xsd:string;
  dwc:scientificName 'Tubularia ceratogyne Perez, 1920'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '117991'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397586'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.42 172.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.42"^^xsd:decimal ;
  dwc:decimalLongitude "172.13"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.42 172.13)"^^geo:wktLiteral ;
  geo-pos:lat "-42.42"^^xsd:decimal ;
  geo-pos:long "172.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39320'^^xsd:string;
  dwc:scientificName 'Pelagohydra mirabilis Dendy, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:continentOcean 'Lake Summer'^^xsd:string;
  dwc:country 'New Zealand'^^xsd:string;
  dwc:longitude '172.13'^^xsd:double;
  dwc:latitude '-42.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290702'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397604'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4"^^xsd:decimal ;
  dwc:decimalLongitude "8.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  geo-pos:lat "53.4"^^xsd:decimal ;
  geo-pos:long "8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43690'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Jade'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.06'^^xsd:double;
  dwc:latitude '53.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4"^^xsd:decimal ;
  dwc:decimalLongitude "8.06"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4 8.06)"^^geo:wktLiteral ;
  geo-pos:lat "53.4"^^xsd:decimal ;
  geo-pos:long "8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43672'^^xsd:string;
  dwc:scientificName 'Laomedea longissima (Pallas, 1766)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Jade'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '8.06'^^xsd:double;
  dwc:latitude '53.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152126'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.75 -24.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.75"^^xsd:decimal ;
  dwc:decimalLongitude "-24.075"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.75 -24.075)"^^geo:wktLiteral ;
  geo-pos:lat "1.75"^^xsd:decimal ;
  geo-pos:long "-24.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40106'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st046'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-24.075'^^xsd:double;
  dwc:latitude '1.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397885'^^xsd:anyURI;
  dwc:observationDate '1935-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F397925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/397925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38972'^^xsd:string;
  dwc:scientificName 'Euphysora pseudoabaxialis Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/397925'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '395284'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5 25.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40455'^^xsd:string;
  dwc:scientificName 'Thecocarpus flexuosus (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'South Africa'^^xsd:string;
  dwc:longitude '25.5'^^xsd:double;
  dwc:latitude '-33.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '220597'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39934,INV.39935,INV.39936,INV.39937,INV.39939'^^xsd:string;
  dwc:scientificName 'Kantiella enigmatica Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117718'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38304'^^xsd:string;
  dwc:scientificName 'Tubiclava cornucopiae Norman, 1864'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9192'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9192'^^xsd:anyURI;
  dwc:aphiaid '763043'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398132'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117434'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39012'^^xsd:string;
  dwc:scientificName 'Coryne filiformis (Rees, 1936)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117465'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398178'^^xsd:anyURI;
  dwc:observationDate '1967-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117470'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44122'^^xsd:string;
  dwc:scientificName 'Geryonia proboscidalis (Forskäl, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117567'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398378'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117567'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.811111 -73.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.811111"^^xsd:decimal ;
  dwc:decimalLongitude "-73.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42956\\1'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM106'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.35'^^xsd:double;
  dwc:latitude '-41.811111'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398436'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39245'^^xsd:string;
  dwc:scientificName 'Eleutheria dichotoma Quatrefages, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398473'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39350'^^xsd:string;
  dwc:scientificName 'Moerisia inkermanika (Paltschikowa-Ostrumova, 1925)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1962'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117761'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398556'^^xsd:anyURI;
  dwc:observationDate '1962-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '117761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41509'^^xsd:string;
  dwc:scientificName 'Toxorchis milleri Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285050'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398613'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '285043'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43985'^^xsd:string;
  dwc:scientificName 'Proboscidactyla abyssicola Uchida, 1947'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285321'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398655'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285321'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F398713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/398713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38733'^^xsd:string;
  dwc:scientificName 'Pandeopsis scutigera Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221199'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/398713'^^xsd:anyURI;
  dwc:observationDate '1975-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '288354'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  geo-pos:lat "38.32"^^xsd:decimal ;
  geo-pos:long "-8.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40980'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-8.54'^^xsd:double;
  dwc:latitude '38.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.54"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.32 -8.54)"^^geo:wktLiteral ;
  geo-pos:lat "38.32"^^xsd:decimal ;
  geo-pos:long "-8.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40961'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-8.54'^^xsd:double;
  dwc:latitude '38.32'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39225'^^xsd:string;
  dwc:scientificName 'Eleutheria dichotoma Quatrefages, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399270'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39480'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39167'^^xsd:string;
  dwc:scientificName 'Sarsia eximia (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117481'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399822'^^xsd:anyURI;
  dwc:observationDate '1966-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '151860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.666667 -14.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.666667 -14.55)"^^geo:wktLiteral ;
  geo-pos:lat "26.666667"^^xsd:decimal ;
  geo-pos:long "-14.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42446'^^xsd:string;
  dwc:scientificName 'Sertularella cylindritheca (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st006'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Western Sahara'^^xsd:string;
  dwc:longitude '-14.55'^^xsd:double;
  dwc:latitude '26.666667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117898'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399836'^^xsd:anyURI;
  dwc:observationDate '1935-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '233228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39312'^^xsd:string;
  dwc:scientificName 'Halocoryne frasca Boero, Bouillon & Gravili, 1998'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284804'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399923'^^xsd:anyURI;
  dwc:observationDate '1989-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284804'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F399976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/399976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38320'^^xsd:string;
  dwc:scientificName 'Cytaeis sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117075'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/399976'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117075'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43073'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43068'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.75 24.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.75"^^xsd:decimal ;
  dwc:decimalLongitude "24.075"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.75 24.075)"^^geo:wktLiteral ;
  geo-pos:lat "1.75"^^xsd:decimal ;
  geo-pos:long "24.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43702'^^xsd:string;
  dwc:scientificName 'Laomedea noliformis (Mc Crady, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10647'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '24.075'^^xsd:double;
  dwc:latitude '1.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10647'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400067'^^xsd:anyURI;
  dwc:observationDate '1935-11-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40508,INV.40519'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40507,INV.40508'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44095'^^xsd:string;
  dwc:scientificName 'Pegantha rubiginosa (Koelliker, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117944'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400423'^^xsd:anyURI;
  dwc:observationDate '1963-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117944'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.37"^^xsd:decimal ;
  dwc:decimalLongitude "35.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.37 35.2)"^^geo:wktLiteral ;
  geo-pos:lat "-21.37"^^xsd:decimal ;
  geo-pos:long "35.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41174'^^xsd:string;
  dwc:scientificName 'Oswaldella nova (Jarvis, 1922)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1969'^^xsd:integer;
  dwc:country 'Mozambique'^^xsd:string;
  dwc:longitude '35.2'^^xsd:double;
  dwc:latitude '-21.37'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287495'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400533'^^xsd:anyURI;
  dwc:observationDate '1969-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '287495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41946'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400732'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.083333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.379167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.083333 -3.379167)"^^geo:wktLiteral ;
  geo-pos:lat "50.083333"^^xsd:decimal ;
  geo-pos:long "-3.379167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41902'^^xsd:string;
  dwc:scientificName 'Abietinaria abietina (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st269'^^xsd:string;
  dwc:yearCollected '1891'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'La Manche;Manche, Oceans'^^xsd:string;
  dwc:longitude '-3.379167'^^xsd:double;
  dwc:latitude '50.083333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400733'^^xsd:anyURI;
  dwc:observationDate '1891-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42838'^^xsd:string;
  dwc:scientificName 'Sertularia distans var. gracilis Hassal, 1848'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400735'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42825'^^xsd:string;
  dwc:scientificName 'Sertularia distans var. gracilis Hassal, 1848'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '1341823'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400736'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.775"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.775 -73.1125)"^^geo:wktLiteral ;
  geo-pos:lat "-41.775"^^xsd:decimal ;
  geo-pos:long "-73.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42952'^^xsd:string;
  dwc:scientificName 'Symplectoscyphus subdichotomus (Kirchenpauer, 1884)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM17'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Canal Calbuco'^^xsd:string;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-73.1125'^^xsd:double;
  dwc:latitude '-41.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '174552'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400766'^^xsd:anyURI;
  dwc:observationDate '1948-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '174552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F400995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/400995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42915'^^xsd:string;
  dwc:scientificName 'Sertularia turbinata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/400995'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '418907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38470,INV.38471'^^xsd:string;
  dwc:scientificName 'Eudendrium ramosum (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117555'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401041'^^xsd:anyURI;
  dwc:observationDate '1972-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117555'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40866,INV.40867,INV.40870,INV.40874'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401091'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40866,INV.40867,INV.40870,INV.43328\\1'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401092'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40866,INV.40867,INV.40870,INV.40902\\1'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401093'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40866,INV.40867,INV.40870,INV.43326\\1'^^xsd:string;
  dwc:scientificName 'Halecium labrosum Alder, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117591'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401094'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117591'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.175"^^xsd:decimal ;
  dwc:decimalLongitude "144.879723"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.175 144.879723)"^^geo:wktLiteral ;
  geo-pos:lat "-4.175"^^xsd:decimal ;
  geo-pos:long "144.879723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39616'^^xsd:string;
  dwc:scientificName 'Solanderia sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.879723'^^xsd:double;
  dwc:latitude '-4.175'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: plastic container; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '206034'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401109'^^xsd:anyURI;
  dwc:observationDate '1978-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '206034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3"^^xsd:decimal ;
  dwc:decimalLongitude "113.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3"^^xsd:decimal ;
  geo-pos:long "113.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38364'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.3'^^xsd:double;
  dwc:latitude '-25.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401148'^^xsd:anyURI;
  dwc:observationDate '1905-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39976'^^xsd:string;
  dwc:scientificName 'Aequorea macrodactyla (Brandt, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117271'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401299'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38122'^^xsd:string;
  dwc:scientificName 'Dicoryne conybearei (Allman, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27383'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284248'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401382'^^xsd:anyURI;
  dwc:observationDate '1967-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284248'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.28194"^^xsd:decimal ;
  dwc:decimalLongitude "15.48861"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.28194 15.48861)"^^geo:wktLiteral ;
  geo-pos:lat "-4.28194"^^xsd:decimal ;
  geo-pos:long "15.48861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43911'^^xsd:string;
  dwc:scientificName 'Limnocnida congoensis Bouillon, 1958'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'DR Congo'^^xsd:string;
  dwc:longitude '15.48861'^^xsd:double;
  dwc:latitude '-4.28194'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290295'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401479'^^xsd:anyURI;
  dwc:observationDate '1957-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '290295'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.566667 11.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.566667"^^xsd:decimal ;
  dwc:decimalLongitude "11.483333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.566667 11.483333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.566667"^^xsd:decimal ;
  geo-pos:long "11.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44224'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st190'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '11.483333'^^xsd:double;
  dwc:latitude '-14.566667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401829'^^xsd:anyURI;
  dwc:observationDate '1949-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38281'^^xsd:string;
  dwc:scientificName 'Oceania armata Koelliker, 1853'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117437'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.47158 -13.79183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.47158"^^xsd:decimal ;
  dwc:decimalLongitude "-13.79183"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.47158 -13.79183)"^^geo:wktLiteral ;
  geo-pos:lat "9.47158"^^xsd:decimal ;
  geo-pos:long "-13.79183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F401999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/401999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42395\\2'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Guinea'^^xsd:string;
  dwc:longitude '-13.79183'^^xsd:double;
  dwc:latitude '9.47158'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/401999'^^xsd:anyURI;
  dwc:observationDate '1936-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '292444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.47158 -13.79183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.47158"^^xsd:decimal ;
  dwc:decimalLongitude "-13.79183"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.47158 -13.79183)"^^geo:wktLiteral ;
  geo-pos:lat "9.47158"^^xsd:decimal ;
  geo-pos:long "-13.79183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42027'^^xsd:string;
  dwc:scientificName 'Cnidoscyphus marginatus (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11204'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Guinea'^^xsd:string;
  dwc:longitude '-13.79183'^^xsd:double;
  dwc:latitude '9.47158'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11204'^^xsd:anyURI;
  dwc:aphiaid '285411'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402000'^^xsd:anyURI;
  dwc:observationDate '1936-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '292444'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44049'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44010'^^xsd:string;
  dwc:scientificName 'Aegina citrea Eschscholtz, 1829'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117263'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402077'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117263'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41447'^^xsd:string;
  dwc:scientificName 'Laodicea indica Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '174344'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402194'^^xsd:anyURI;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '174344'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9 -2.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.9"^^xsd:decimal ;
  dwc:decimalLongitude "-2.083333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9 -2.083333)"^^geo:wktLiteral ;
  geo-pos:lat "56.9"^^xsd:decimal ;
  geo-pos:long "-2.083333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365/11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41964'^^xsd:string;
  dwc:scientificName 'Abietinaria filicula (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:gYear;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Nord See;Noord Zee;Mer Du Nord;North Sea, Oceans'^^xsd:string;
  dwc:longitude '-2.083333'^^xsd:double;
  dwc:latitude '56.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117871'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.483333 3.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.483333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.483333 3.133333)"^^geo:wktLiteral ;
  geo-pos:lat "42.483333"^^xsd:decimal ;
  geo-pos:long "3.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40803'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  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:country 'France'^^xsd:string;
  dwc:longitude '3.133333'^^xsd:double;
  dwc:latitude '42.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.483333 3.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.483333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.483333 3.133333)"^^geo:wktLiteral ;
  geo-pos:lat "42.483333"^^xsd:decimal ;
  geo-pos:long "3.133333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40774'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9187'^^xsd:integer;
  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:country 'France'^^xsd:string;
  dwc:longitude '3.133333'^^xsd:double;
  dwc:latitude '42.483333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9187'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 5.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.35"^^xsd:decimal ;
  dwc:decimalLongitude "5.14"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 5.14)"^^geo:wktLiteral ;
  geo-pos:lat "60.35"^^xsd:decimal ;
  geo-pos:long "5.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "4394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42299'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1929'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '4394'^^xsd:integer;
  dwc:yearCollected '1879'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Norway'^^xsd:string;
  dwc:longitude '5.14'^^xsd:double;
  dwc:latitude '60.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:4394'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402408'^^xsd:anyURI;
  dwc:observationDate '1879-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39510'^^xsd:string;
  dwc:scientificName 'Porpita porpita (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117831'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402466'^^xsd:anyURI;
  dwc:observationDate '1976-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117831'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "10.3"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40286'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. helleri Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '10.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402476'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42259'^^xsd:string;
  dwc:scientificName 'Dynamena pumila (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402659'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42709,INV.42712,INV.42713,INV.42727'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402775'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.5"^^xsd:decimal ;
  dwc:decimalLongitude "25.454167"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.5 25.454167)"^^geo:wktLiteral ;
  geo-pos:lat "76.5"^^xsd:decimal ;
  geo-pos:long "25.454167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42709,INV.42711,INV.42712,INV.42713'^^xsd:string;
  dwc:scientificName 'Sertularella tricuspidata (Alder, 1856)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st970'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Barentsz Sea, Oceans'^^xsd:string;
  dwc:longitude '25.454167'^^xsd:double;
  dwc:latitude '76.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '558260'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402776'^^xsd:anyURI;
  dwc:observationDate '1898-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39105,INV.39111,INV.39112,INV.39113,INV.39115,INV.39116,INV.39118'^^xsd:string;
  dwc:scientificName 'Dipurena reesi Vannucci, 1956'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117477'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402818'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '565164'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39970'^^xsd:string;
  dwc:scientificName 'Aequorea coerulescens (Brandt, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221109'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402876'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '221109'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 1.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "1.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 1.58)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "1.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F402964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/402964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40946'^^xsd:string;
  dwc:scientificName 'Halecium sessile Norman, 1886'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Unknown'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24717'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '1.58'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24717'^^xsd:anyURI;
  dwc:aphiaid '117605'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/402964'^^xsd:anyURI;
  dwc:observationDate '1934-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '117605'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403051> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403051>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42985\\1'^^xsd:string;
  dwc:scientificName 'Calycella syringa Linnaeus, 1767'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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, Oceans'^^xsd:string;
  dwc:longitude '57.05'^^xsd:double;
  dwc:latitude '71.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117402'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403051'^^xsd:anyURI;
  dwc:observationDate '1907-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '117402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44215'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1954'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403146'^^xsd:anyURI;
  dwc:observationDate '1954-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.44"^^xsd:decimal ;
  dwc:decimalLongitude "55.29"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.44 55.29)"^^geo:wktLiteral ;
  geo-pos:lat "-4.44"^^xsd:decimal ;
  geo-pos:long "55.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39575'^^xsd:string;
  dwc:scientificName 'Solanderia minima (Hickson, 1903)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.29'^^xsd:double;
  dwc:latitude '-4.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220572'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403286'^^xsd:anyURI;
  dwc:observationDate '1972-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '220571'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.566667 11.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.566667"^^xsd:decimal ;
  dwc:decimalLongitude "11.483333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.566667 11.483333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.566667"^^xsd:decimal ;
  geo-pos:long "11.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-26'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44356'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st190'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:country 'Angola'^^xsd:string;
  dwc:longitude '11.483333'^^xsd:double;
  dwc:latitude '-14.566667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403349'^^xsd:anyURI;
  dwc:observationDate '1949-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41222'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403572'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43400'^^xsd:string;
  dwc:scientificName 'Gonothyraea loveni (Allman, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117377'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403885'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117377'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41781'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Leloup Eugène, Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403895'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.266667 -68.333333)"^^geo:wktLiteral ;
  geo-pos:lat "12.266667"^^xsd:decimal ;
  geo-pos:long "-68.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F403896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/403896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41775'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Leloup Eugène, Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.333333'^^xsd:double;
  dwc:latitude '12.266667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/403896'^^xsd:anyURI;
  dwc:observationDate '1930-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43794'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404070'^^xsd:anyURI;
  dwc:observationDate '1959-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.08"^^xsd:decimal ;
  dwc:decimalLongitude "108.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  geo-pos:lat "16.08"^^xsd:decimal ;
  geo-pos:long "108.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43469'^^xsd:string;
  dwc:scientificName 'Laomedea bifurca Hincks, 1889'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.11'^^xsd:double;
  dwc:latitude '16.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404137'^^xsd:anyURI;
  dwc:observationDate '1931-09-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.08"^^xsd:decimal ;
  dwc:decimalLongitude "108.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  geo-pos:lat "16.08"^^xsd:decimal ;
  geo-pos:long "108.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43470'^^xsd:string;
  dwc:scientificName 'Laomedea bifurca Hincks, 1889'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:yearCollected '1931'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '108.11'^^xsd:double;
  dwc:latitude '16.08'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404138'^^xsd:anyURI;
  dwc:observationDate '1931-09-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41480'^^xsd:string;
  dwc:scientificName 'Melicertissa clavigera Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285031'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404190'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285031'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40623'^^xsd:string;
  dwc:scientificName 'Eirene parvitentaculata Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'paratype'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284590'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404567'^^xsd:anyURI;
  dwc:observationDate '1985-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284590'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40250'^^xsd:string;
  dwc:scientificName 'Aglaophenia septifera Broch, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Golfo di Napoli;Gulf of Naples'^^xsd:string;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152087'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38631'^^xsd:string;
  dwc:scientificName 'Merga bulbosa Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285138'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '285138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39873'^^xsd:string;
  dwc:scientificName 'Pteroclava krempfi (Billard, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290921'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404782'^^xsd:anyURI;
  dwc:observationDate '1987-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '290921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733333 3.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.733333"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733333 3.983333)"^^geo:wktLiteral ;
  geo-pos:lat "48.733333"^^xsd:decimal ;
  geo-pos:long "3.983333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38003'^^xsd:string;
  dwc:scientificName 'Halammohydra schulzei Remane, 1927'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1961'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '3.983333'^^xsd:double;
  dwc:latitude '48.733333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117574'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404882'^^xsd:anyURI;
  dwc:observationDate '1961-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117574'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F404955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/404955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44210'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/404955'^^xsd:anyURI;
  dwc:observationDate '1983-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "20"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 20)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "20"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40246'^^xsd:string;
  dwc:scientificName 'Aglaophenia septifera Broch, 1912'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea, Oceans'^^xsd:string;
  dwc:longitude '20'^^xsd:integer;
  dwc:latitude '35'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152087'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43073\\1'^^xsd:string;
  dwc:scientificName 'Acryptolaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.13"^^xsd:decimal ;
  dwc:decimalLongitude "109.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.13 109.16)"^^geo:wktLiteral ;
  geo-pos:lat "12.13"^^xsd:decimal ;
  geo-pos:long "109.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43068\\1'^^xsd:string;
  dwc:scientificName 'Acryptolaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.16'^^xsd:double;
  dwc:latitude '12.13'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117679'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.6 13.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.6 13.466667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.6"^^xsd:decimal ;
  geo-pos:long "13.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-27'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44055'^^xsd:string;
  dwc:scientificName 'Cunina octonaria Mc Crady, 1859'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st093'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Atlantische Oceaan ; Océan Atlantique'^^xsd:string;
  dwc:longitude '13.466667'^^xsd:double;
  dwc:latitude '-10.6'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117497'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405256'^^xsd:anyURI;
  dwc:observationDate '1948-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '117497'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3"^^xsd:decimal ;
  dwc:decimalLongitude "113.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3"^^xsd:decimal ;
  geo-pos:long "113.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40347'^^xsd:string;
  dwc:scientificName 'Lytocarpus fruticosus (Esper, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.3'^^xsd:double;
  dwc:latitude '-25.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405362'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3"^^xsd:decimal ;
  dwc:decimalLongitude "113.3"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 113.3)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3"^^xsd:decimal ;
  geo-pos:long "113.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40348'^^xsd:string;
  dwc:scientificName 'Lytocarpus fruticosus (Esper, 1793)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.3'^^xsd:double;
  dwc:latitude '-25.3'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405363'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.133333 -123.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-123.716667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.133333 -123.716667)"^^geo:wktLiteral ;
  geo-pos:lat "49.133333"^^xsd:decimal ;
  geo-pos:long "-123.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43396'^^xsd:string;
  dwc:scientificName 'Eucopella caliculata (Hincks, 1853)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9376'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1930'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Gabriola Pass'^^xsd:string;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-123.716667'^^xsd:double;
  dwc:latitude '49.133333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9376'^^xsd:anyURI;
  dwc:aphiaid '816184'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.509722 -28.272223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.509722"^^xsd:decimal ;
  dwc:decimalLongitude "-28.272223"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.509722 -28.272223)"^^geo:wktLiteral ;
  geo-pos:lat "38.509722"^^xsd:decimal ;
  geo-pos:long "-28.272223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41394'^^xsd:string;
  dwc:scientificName 'Oswaldaria conferta (Allman, 1877)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st600'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.272223'^^xsd:double;
  dwc:latitude '38.509722'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405781'^^xsd:anyURI;
  dwc:observationDate '1895-07-24'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38977'^^xsd:string;
  dwc:scientificName 'Euphysora pseudoabaxialis Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284502'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405882'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '395284'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "16808/st001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-10-07'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44223'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Kramp'^^xsd:string;
  dwc:yearIdentified '1950'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '16808/st001'^^xsd:string;
  dwc:yearCollected '1948'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Golfe de Gascogne;Bay of Biscay;Baie de Biscaye'^^xsd:string;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:16808'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405990'^^xsd:anyURI;
  dwc:observationDate '1948-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.766667 -5.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.766667 -5.666667)"^^geo:wktLiteral ;
  geo-pos:lat "47.766667"^^xsd:decimal ;
  geo-pos:long "-5.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F405998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/405998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43062'^^xsd:string;
  dwc:scientificName 'Stegopoma fastigiatum (Alder, 1866)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1535'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-5.666667'^^xsd:double;
  dwc:latitude '47.766667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '881408'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/405998'^^xsd:anyURI;
  dwc:observationDate '1903-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "55.4"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40367'^^xsd:string;
  dwc:scientificName 'Lytocarpus phoeniceus (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1966'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.4'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '367849'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406180'^^xsd:anyURI;
  dwc:observationDate '1966-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284199'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25028"^^xsd:decimal ;
  dwc:decimalLongitude "139.41694"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  geo-pos:lat "35.25028"^^xsd:decimal ;
  geo-pos:long "139.41694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41442\\1'^^xsd:string;
  dwc:scientificName 'Filellum serratum (Clarke, 1879)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.41694'^^xsd:double;
  dwc:latitude '35.25028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117691'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406272'^^xsd:anyURI;
  dwc:observationDate '1934-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38578'^^xsd:string;
  dwc:scientificName 'Podocoryne ocellata (Agassiz & Mayer, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '292251'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406405'^^xsd:anyURI;
  dwc:observationDate '1978-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1725767'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41639'^^xsd:string;
  dwc:scientificName 'Phialucium mbenga (Agassiz & Mayer, 1899)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '287935'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406520'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '843045'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38953'^^xsd:string;
  dwc:scientificName 'Euphysora bigelowi Maas, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117456'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117448'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41258\\1'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406731'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -52.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.34"^^xsd:decimal ;
  dwc:decimalLongitude "-52.42"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -52.42)"^^geo:wktLiteral ;
  geo-pos:lat "47.34"^^xsd:decimal ;
  geo-pos:long "-52.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39032'^^xsd:string;
  dwc:scientificName 'Coryne mirabilis Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-52.42'^^xsd:double;
  dwc:latitude '47.34'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406825'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -52.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.34"^^xsd:decimal ;
  dwc:decimalLongitude "-52.42"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -52.42)"^^geo:wktLiteral ;
  geo-pos:lat "47.34"^^xsd:decimal ;
  geo-pos:long "-52.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39018'^^xsd:string;
  dwc:scientificName 'Coryne mirabilis Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Canada'^^xsd:string;
  dwc:longitude '-52.42'^^xsd:double;
  dwc:latitude '47.34'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406826'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43173'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43163'^^xsd:string;
  dwc:scientificName 'Campanularia integra Mac Gillivray, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152102'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F406927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/406927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43989'^^xsd:string;
  dwc:scientificName 'Proboscidactyla ornata (Mc Crady, 1859)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117835'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/406927'^^xsd:anyURI;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117835'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42542'^^xsd:string;
  dwc:scientificName 'Sertularella mediterranea Hartlaub, 1901'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1957'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117903'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407061'^^xsd:anyURI;
  dwc:observationDate '1957-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '117903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.19"^^xsd:decimal ;
  dwc:decimalLongitude "55.44"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.19 55.44)"^^geo:wktLiteral ;
  geo-pos:lat "-4.19"^^xsd:decimal ;
  geo-pos:long "55.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39481'^^xsd:string;
  dwc:scientificName 'Pennaria disticha (Goldfuss, 1820)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Seychelles'^^xsd:string;
  dwc:longitude '55.44'^^xsd:double;
  dwc:latitude '-4.19'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117802'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407269'^^xsd:anyURI;
  dwc:observationDate '1972-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41430'^^xsd:string;
  dwc:scientificName 'Zygophylax biarmata Billard, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407294'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41428'^^xsd:string;
  dwc:scientificName 'Zygophylax biarmata Billard, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407295'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.86309 -77.6156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.86309"^^xsd:decimal ;
  dwc:decimalLongitude "-77.6156"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.86309 -77.6156)"^^geo:wktLiteral ;
  geo-pos:lat "26.86309"^^xsd:decimal ;
  geo-pos:long "-77.6156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38408'^^xsd:string;
  dwc:scientificName 'Eudendrium eximium Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:gYear;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-77.6156'^^xsd:double;
  dwc:latitude '26.86309'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '418879'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407331'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '418879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262/1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40988'^^xsd:string;
  dwc:scientificName 'Halecium undulatum Billard, 1921'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:gYear;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117607'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407442'^^xsd:anyURI;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '231752'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38566'^^xsd:string;
  dwc:scientificName 'Podocoryne carnea Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407470'^^xsd:anyURI;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40622'^^xsd:string;
  dwc:scientificName 'Eirene palkensis Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284589'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407574'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284589'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407605> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407605>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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 '2020-05-05'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43079'^^xsd:string;
  dwc:scientificName 'Stegopoma plicatile (Sars, 1863)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1911'^^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 'Cara See, Oceans'^^xsd:string;
  dwc:longitude '58.466667'^^xsd:double;
  dwc:latitude '70.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:8719'^^xsd:anyURI;
  dwc:aphiaid '117975'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407605'^^xsd:anyURI;
  dwc:observationDate '1907-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117727'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.958333 -29.252778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.958333"^^xsd:decimal ;
  dwc:decimalLongitude "-29.252778"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.958333 -29.252778)"^^geo:wktLiteral ;
  geo-pos:lat "37.958333"^^xsd:decimal ;
  geo-pos:long "-29.252778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41196'^^xsd:string;
  dwc:scientificName 'Acryptolaria pectinata (Allman, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st889'^^xsd:string;
  dwc:yearCollected '1897'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-29.252778'^^xsd:double;
  dwc:latitude '37.958333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117688'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407731'^^xsd:anyURI;
  dwc:observationDate '1897-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '117688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42315'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407739'^^xsd:anyURI;
  dwc:observationDate '1930-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42313'^^xsd:string;
  dwc:scientificName 'Dynamena quadridentata (Ellis & Solander, 1786)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117889'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407740'^^xsd:anyURI;
  dwc:observationDate '1930-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38760'^^xsd:string;
  dwc:scientificName 'Stomotoca pterophylla Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221203'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407771'^^xsd:anyURI;
  dwc:observationDate '1976-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '290274'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42102'^^xsd:string;
  dwc:scientificName 'Diphasia rosacea (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1967'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407782'^^xsd:anyURI;
  dwc:observationDate '1967-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76667"^^xsd:decimal ;
  dwc:decimalLongitude "3.78333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76667 3.78333)"^^geo:wktLiteral ;
  geo-pos:lat "50.76667"^^xsd:decimal ;
  geo-pos:long "3.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40716'^^xsd:string;
  dwc:scientificName 'Eucheilota maculata Hartlaub, 1894'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'Belgium'^^xsd:string;
  dwc:longitude '3.78333'^^xsd:double;
  dwc:latitude '50.76667'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117535'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407848'^^xsd:anyURI;
  dwc:observationDate '1970-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117535'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38637,INV.38640,INV.38641,INV.38642'^^xsd:string;
  dwc:scientificName 'Leuckartiara gardineri Browne, 1916'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221196'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407863'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221196'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.18 115.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.18"^^xsd:decimal ;
  dwc:decimalLongitude "115.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39445'^^xsd:string;
  dwc:scientificName 'Halocordyle wilsoni Bale, 1913'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '115.38'^^xsd:double;
  dwc:latitude '-33.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407970'^^xsd:anyURI;
  dwc:observationDate '1905-07-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F407999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/407999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43282'^^xsd:string;
  dwc:scientificName 'Campanularia sargassicola (Nutting, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/407999'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43279'^^xsd:string;
  dwc:scientificName 'Campanularia sargassicola (Nutting, 1915)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408000'^^xsd:anyURI;
  dwc:observationDate '1930-06-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40967'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408005'^^xsd:anyURI;
  dwc:observationDate '1930-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9125"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 -22.9125)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "-22.9125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40434'^^xsd:string;
  dwc:scientificName 'Streptocaulus pulcherrimus Allman, 1888'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1939'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1203'^^xsd:string;
  dwc:yearCollected '1901'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-22.9125'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '284210'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408032'^^xsd:anyURI;
  dwc:observationDate '1901-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '284210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43981'^^xsd:string;
  dwc:scientificName 'Olindias singularis Browne, 1905'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285110'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408297'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '285110'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43795,INV.43796,INV.43797,INV.43798,INV.43799'^^xsd:string;
  dwc:scientificName 'Obelia geniculata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1958'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408331'^^xsd:anyURI;
  dwc:observationDate '1958-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9 120.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9"^^xsd:decimal ;
  dwc:decimalLongitude "120.08333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9 120.08333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9"^^xsd:decimal ;
  geo-pos:long "120.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38010,NIV.38010,NIV.38011'^^xsd:string;
  dwc:scientificName 'Australomedusa baylii Russell, 1970'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:continentOcean 'Phillips River'^^xsd:string;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '120.08333'^^xsd:double;
  dwc:latitude '-33.9'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289488'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408378'^^xsd:anyURI;
  dwc:observationDate '1970-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289488'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39237,INV.39238,INV.39239,INV.39241,INV.39243'^^xsd:string;
  dwc:scientificName 'Eleutheria dichotoma Quatrefages, 1842'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1959'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117531'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408605'^^xsd:anyURI;
  dwc:observationDate '1959-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '117531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.416667 74.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.416667"^^xsd:decimal ;
  dwc:decimalLongitude "74.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.416667 74.1)"^^geo:wktLiteral ;
  geo-pos:lat "31.416667"^^xsd:decimal ;
  geo-pos:long "74.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40102'^^xsd:string;
  dwc:scientificName 'Aglaophenia latecarinata Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11689'^^xsd:integer;
  dwc:yearCollected '1938'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '74.1'^^xsd:double;
  dwc:latitude '31.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11689'^^xsd:anyURI;
  dwc:aphiaid '117278'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408666'^^xsd:anyURI;
  dwc:observationDate '1938-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '117278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40588'^^xsd:string;
  dwc:scientificName 'Eirene elliceana (Agassiz & Mayer, 1902)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221224'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408694'^^xsd:anyURI;
  dwc:observationDate '1981-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221224'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.25 0.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.25 0.8)"^^geo:wktLiteral ;
  geo-pos:lat "5.25"^^xsd:decimal ;
  geo-pos:long "0.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42800'^^xsd:string;
  dwc:scientificName 'Sertularia distans (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Broch Hjalmar (Prof.)'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Ghana'^^xsd:string;
  dwc:longitude '0.8'^^xsd:double;
  dwc:latitude '5.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '546868'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '546867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41344'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408919'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41331'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408920'^^xsd:anyURI;
  dwc:observationDate '1935-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F408922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/408922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39988'^^xsd:string;
  dwc:scientificName 'Aequorea pensilis (Eschscholtz, 1829)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1975'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117272'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/408922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409083> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409083>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38838'^^xsd:string;
  dwc:scientificName 'Errina gracilis Marenzeller, 1903'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Marenzeller'^^xsd:string;
  dwc:yearIdentified '1903'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st940'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, 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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '285812'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409083'^^xsd:anyURI;
  dwc:observationDate '1898-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '285812'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43465\\1,INV.43508'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.83333"^^xsd:decimal ;
  dwc:decimalLongitude "114.33333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.83333 114.33333)"^^geo:wktLiteral ;
  geo-pos:lat "15.83333"^^xsd:decimal ;
  geo-pos:long "114.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43461\\1,INV.43508'^^xsd:string;
  dwc:scientificName 'Laomedea dichotoma (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '114.33333'^^xsd:double;
  dwc:latitude '15.83333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '152100'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40293'^^xsd:string;
  dwc:scientificName 'Aglaophenia pluma var. helleri Marktanner-Turneretscher, 1890'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.), Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409162'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "25753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.3894,INV.38948'^^xsd:string;
  dwc:scientificName 'Euphysilla pyramidata Kramp, 1955'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '25753'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:25753'^^xsd:anyURI;
  dwc:aphiaid '221089'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409183'^^xsd:anyURI;
  dwc:observationDate '1977-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '221089'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.4 -33.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.4"^^xsd:decimal ;
  dwc:decimalLongitude "-33.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.4 -33.333333)"^^geo:wktLiteral ;
  geo-pos:lat "0.4"^^xsd:decimal ;
  geo-pos:long "-33.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2012-11-09'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44131'^^xsd:string;
  dwc:scientificName 'Liriope exigua (Quoy & Gaimard, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Ranson G.'^^xsd:string;
  dwc:yearIdentified '1945'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st049'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Atlantic'^^xsd:string;
  dwc:longitude '-33.333333'^^xsd:double;
  dwc:latitude '0.4'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409317'^^xsd:anyURI;
  dwc:observationDate '1935-12-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38613'^^xsd:string;
  dwc:scientificName 'Eutiara russelli Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409341'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289941'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42601'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42590'^^xsd:string;
  dwc:scientificName 'Sertularella polyzonias (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.333333 -3.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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 "7506.37867093012"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42484'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1463'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.116667'^^xsd:double;
  dwc:latitude '45.333333'^^xsd:double;
  dwc:coordinatePrecision '7506.3786709301'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409566'^^xsd:anyURI;
  dwc:observationDate '1903-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.333333 -3.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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 "7506.37867093012"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st1463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42492'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st1463'^^xsd:string;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Bay of Biscay, Oceans'^^xsd:string;
  dwc:longitude '-3.116667'^^xsd:double;
  dwc:latitude '45.333333'^^xsd:double;
  dwc:coordinatePrecision '7506.3786709301'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409567'^^xsd:anyURI;
  dwc:observationDate '1903-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38713'^^xsd:string;
  dwc:scientificName 'Pandea conica (Quoy & Gaimard, 1827)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1960'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117798'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409661'^^xsd:anyURI;
  dwc:observationDate '1960-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117798'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40798,INV.40800'^^xsd:string;
  dwc:scientificName 'Halecium bermudense Congdon, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '284710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409737'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '284710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40797,INV.40798'^^xsd:string;
  dwc:scientificName 'Halecium bermudense Congdon, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '284710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409738'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '284710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25"^^xsd:decimal ;
  dwc:decimalLongitude "-90"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25 -90)"^^geo:wktLiteral ;
  geo-pos:lat "25"^^xsd:decimal ;
  geo-pos:long "-90"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40798,INV.43462\\2'^^xsd:string;
  dwc:scientificName 'Halecium bermudense Congdon, 1907'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10911'^^xsd:integer;
  dwc:collector 'Zaslavsky V.'^^xsd:string;
  dwc:yearCollected '1936'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Gulf of Mexico'^^xsd:string;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-90'^^xsd:integer;
  dwc:latitude '25'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10911'^^xsd:anyURI;
  dwc:aphiaid '284710'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409739'^^xsd:anyURI;
  dwc:observationDate '1936-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '284710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38141'^^xsd:string;
  dwc:scientificName 'Koellikerina ornata Kramp, 1959'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284264'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409782'^^xsd:anyURI;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '284264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.04"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6203.248532990236"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42356'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '56.04'^^xsd:double;
  dwc:coordinatePrecision '6203.2485329902'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.04"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6203.248532990236"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F409865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/409865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42344'^^xsd:string;
  dwc:scientificName 'Hydrallmania falcata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Denmark'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '56.04'^^xsd:double;
  dwc:coordinatePrecision '6203.2485329902'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/409865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "143"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 143)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.4388,INV.43886'^^xsd:string;
  dwc:scientificName 'Gonionemus vertens Agassiz, 1862'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Naumov'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:collector 'Strelkov'^^xsd:string;
  dwc:yearCollected '1946'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '143'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:aphiaid '117768'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410130'^^xsd:anyURI;
  dwc:observationDate '1946-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117768'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38633'^^xsd:string;
  dwc:scientificName 'Leuckartiara eckerti Bouillon, 1985'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '285130'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410196'^^xsd:anyURI;
  dwc:observationDate '1984-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '285130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.508333 -26.820834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.508333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.820834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "131548.23764282043"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42482'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st584'^^xsd:string;
  dwc:yearCollected '1895'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-26.820834'^^xsd:double;
  dwc:latitude '38.508333'^^xsd:double;
  dwc:coordinatePrecision '131548.23764282'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410400'^^xsd:anyURI;
  dwc:observationDate '1895-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43922'^^xsd:string;
  dwc:scientificName 'Limnocnida tanganyicae Günther, 1893'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1953'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Tanzania'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '-6'^^xsd:integer;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '567129'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410424'^^xsd:anyURI;
  dwc:observationDate '1953-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '290298'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.816667 -89.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.816667"^^xsd:decimal ;
  dwc:decimalLongitude "-89.633333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.816667 -89.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.816667"^^xsd:decimal ;
  geo-pos:long "-89.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41205'^^xsd:string;
  dwc:scientificName 'Filellum antarcticum (Hartlaub, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '-89.633333'^^xsd:double;
  dwc:latitude '-66.816667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284946'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410440'^^xsd:anyURI;
  dwc:observationDate '1903-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '284946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.816667 -89.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.816667"^^xsd:decimal ;
  dwc:decimalLongitude "-89.633333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.816667 -89.633333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.816667"^^xsd:decimal ;
  geo-pos:long "-89.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41202'^^xsd:string;
  dwc:scientificName 'Filellum antarcticum (Hartlaub, 1904)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1903'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '-89.633333'^^xsd:double;
  dwc:latitude '-66.816667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '284946'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410441'^^xsd:anyURI;
  dwc:observationDate '1903-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '284946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42916'^^xsd:string;
  dwc:scientificName 'Sertularia turbinata (Lamouroux, 1816)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117926'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410513'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '418907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.708333 130.791666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.708333"^^xsd:decimal ;
  dwc:decimalLongitude "130.791666"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.708333 130.791666)"^^geo:wktLiteral ;
  geo-pos:lat "-1.708333"^^xsd:decimal ;
  geo-pos:long "130.791666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F410902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/410902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/st164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40384'^^xsd:string;
  dwc:scientificName 'Lytocarpus philippinus (Kirchenpauer, 1872)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Billard'^^xsd:string;
  dwc:yearIdentified '1913'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st164'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Ceram Sea, Oceans'^^xsd:string;
  dwc:longitude '130.791666'^^xsd:double;
  dwc:latitude '-1.708333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '212907'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/410902'^^xsd:anyURI;
  dwc:observationDate '1899-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117305'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40684'^^xsd:string;
  dwc:scientificName 'Helgicirrha cornelii Bouillon, 1984'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '284616'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411321'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '284616'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18 5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18"^^xsd:decimal ;
  dwc:decimalLongitude "5.48"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18 5.48)"^^geo:wktLiteral ;
  geo-pos:lat "55.18"^^xsd:decimal ;
  geo-pos:long "5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42491'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1930'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9302'^^xsd:integer;
  dwc:yearCollected '1915'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '5.48'^^xsd:double;
  dwc:latitude '55.18'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9302'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411392'^^xsd:anyURI;
  dwc:observationDate '1915-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39826'^^xsd:string;
  dwc:scientificName 'Tubularia larynx Ellis & Solander, 1786'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1963'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: unknown'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411482'^^xsd:anyURI;
  dwc:observationDate '1963-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41483'^^xsd:string;
  dwc:scientificName 'Melicertissa orientalis Kramp, 1961'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '221211'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411713'^^xsd:anyURI;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '221211'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 -7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "-7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41365'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10262'^^xsd:integer;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10262'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411810'^^xsd:anyURI;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 7.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.12"^^xsd:decimal ;
  dwc:decimalLongitude "7.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38802,INV.38804'^^xsd:string;
  dwc:scientificName 'Rathkea octopunctata (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.53'^^xsd:double;
  dwc:latitude '54.12'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 7.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.12"^^xsd:decimal ;
  dwc:decimalLongitude "7.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38802,INV.38803'^^xsd:string;
  dwc:scientificName 'Rathkea octopunctata (Sars, 1835)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '7.53'^^xsd:double;
  dwc:latitude '54.12'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117848'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-82.8554"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.66515 -82.8554)"^^geo:wktLiteral ;
  geo-pos:lat "24.66515"^^xsd:decimal ;
  geo-pos:long "-82.8554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43245'^^xsd:string;
  dwc:scientificName 'Campanularia macroscypha Allman, 1877'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1925'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'United States'^^xsd:string;
  dwc:longitude '-82.8554'^^xsd:double;
  dwc:latitude '24.66515'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '284329'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411879'^^xsd:anyURI;
  dwc:observationDate '1925-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '284329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.75 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.75"^^xsd:decimal ;
  dwc:decimalLongitude "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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43321'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '78.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.75 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.75"^^xsd:decimal ;
  dwc:decimalLongitude "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 "999999"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43313'^^xsd:string;
  dwc:scientificName 'Campanularia verticillata (Linnaeus, 1758)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Svalbard and Jan Mayen Islands'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '78.75'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-68.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-68.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42879'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.316667'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411985'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.25"^^xsd:decimal ;
  dwc:decimalLongitude "-68.316667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.25 -68.316667)"^^geo:wktLiteral ;
  geo-pos:lat "12.25"^^xsd:decimal ;
  geo-pos:long "-68.316667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F411986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/411986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42867'^^xsd:string;
  dwc:scientificName 'Sertularia marginata (Kirchenpauer, 1864)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1935'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Netherlands Antilles'^^xsd:string;
  dwc:longitude '-68.316667'^^xsd:double;
  dwc:latitude '12.25'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '117918'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/411986'^^xsd:anyURI;
  dwc:observationDate '1930-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '418905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12 93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12"^^xsd:decimal ;
  dwc:decimalLongitude "93"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12 93)"^^geo:wktLiteral ;
  geo-pos:lat "12"^^xsd:decimal ;
  geo-pos:long "93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43471'^^xsd:string;
  dwc:scientificName 'Laomedea bistriata Leloup, 1931'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1932'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'type'^^xsd:string;
  dwc:fieldNumber '9739'^^xsd:integer;
  dwc:yearCollected '1921'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '93'^^xsd:integer;
  dwc:latitude '12'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9739'^^xsd:anyURI;
  dwc:aphiaid '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412049'^^xsd:anyURI;
  dwc:observationDate '1921-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.88333"^^xsd:decimal ;
  dwc:decimalLongitude "14.41667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.88333 14.41667)"^^geo:wktLiteral ;
  geo-pos:lat "40.88333"^^xsd:decimal ;
  geo-pos:long "14.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38548'^^xsd:string;
  dwc:scientificName 'Podocoryne carnea Sars, 1846'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '14.41667'^^xsd:double;
  dwc:latitude '40.88333'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.15"^^xsd:decimal ;
  dwc:decimalLongitude "139.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.15 139.25)"^^geo:wktLiteral ;
  geo-pos:lat "35.15"^^xsd:decimal ;
  geo-pos:long "139.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "20550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41002'^^xsd:string;
  dwc:scientificName 'Antenella avalonia Torrey, 1902'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '20550'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1956'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.25'^^xsd:double;
  dwc:latitude '35.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:20550'^^xsd:anyURI;
  dwc:aphiaid '284808'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42414'^^xsd:string;
  dwc:scientificName 'Selaginopsis mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43173\\1'^^xsd:string;
  dwc:scientificName 'Selaginopsis mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42411'^^xsd:string;
  dwc:scientificName 'Selaginopsis mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.58"^^xsd:decimal ;
  dwc:decimalLongitude "49.58"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.58 49.58)"^^geo:wktLiteral ;
  geo-pos:lat "79.58"^^xsd:decimal ;
  geo-pos:long "49.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43163\\1'^^xsd:string;
  dwc:scientificName 'Selaginopsis mirabilis (Verrill, 1873)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '49.58'^^xsd:double;
  dwc:latitude '79.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '156420'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412950> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412950>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F412950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/412950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10131/st.310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38839'^^xsd:string;
  dwc:scientificName 'Errina gracilis Marenzeller, 1903'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Marenzeller'^^xsd:string;
  dwc:yearIdentified '1903'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'cotype'^^xsd:string;
  dwc:fieldNumber '10131/st.310'^^xsd:string;
  dwc:yearCollected '1898'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Antarctic Ocean, 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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10131'^^xsd:anyURI;
  dwc:aphiaid '285812'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/412950'^^xsd:anyURI;
  dwc:observationDate '1898-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '285812'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.485555 -72.952778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.485555"^^xsd:decimal ;
  dwc:decimalLongitude "-72.952778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "29394.03082478374"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "24911/stM104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40806'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1975'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '24911/stM104'^^xsd:string;
  dwc:yearCollected '1949'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'Chile'^^xsd:string;
  dwc:longitude '-72.952778'^^xsd:double;
  dwc:latitude '-41.485555'^^xsd:double;
  dwc:coordinatePrecision '29394.030824784'^^xsd:double;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:24911'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413048'^^xsd:anyURI;
  dwc:observationDate '1949-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.416667 117.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.416667"^^xsd:decimal ;
  dwc:decimalLongitude "117.716667"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.416667 117.716667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.416667"^^xsd:decimal ;
  geo-pos:long "117.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "9464/st80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41797'^^xsd:string;
  dwc:scientificName 'Plumularia scabra Lamarck, 1816'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Fraser McLean'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '9464/st80'^^xsd:string;
  dwc:yearCollected '1899'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '117.716667'^^xsd:double;
  dwc:latitude '-2.416667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:9464'^^xsd:anyURI;
  dwc:aphiaid '285292'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413053'^^xsd:anyURI;
  dwc:observationDate '1899-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '289663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44100'^^xsd:string;
  dwc:scientificName 'Pegantha triloba Haeckel, 1879'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117945'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413072'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117945'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "7.19"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 7.19)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "7.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38700'^^xsd:string;
  dwc:scientificName 'Neoturris pileata (Forskal, 1775)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1956'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '7.19'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117796'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413181'^^xsd:anyURI;
  dwc:observationDate '1956-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117796'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38938'^^xsd:string;
  dwc:scientificName 'Dicnida rigida Bouillon, 1978'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289811'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413206'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '289811'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38615'^^xsd:string;
  dwc:scientificName 'Eutiara russelli Bouillon, 1980'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '289941'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413295'^^xsd:anyURI;
  dwc:observationDate '1989-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '289941'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.166667"^^xsd:decimal ;
  dwc:decimalLongitude "144.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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.166667 144.883333)"^^geo:wktLiteral ;
  geo-pos:lat "-4.166667"^^xsd:decimal ;
  geo-pos:long "144.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38603'^^xsd:string;
  dwc:scientificName 'Amphinema turrida (Mayer, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.883333'^^xsd:double;
  dwc:latitude '-4.166667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117782'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413359'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117782'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.58"^^xsd:decimal ;
  dwc:decimalLongitude "4.46"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.58 4.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.58"^^xsd:decimal ;
  geo-pos:long "4.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38196'^^xsd:string;
  dwc:scientificName 'Laomedea flexuosa Alder, 1857'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10048'^^xsd:integer;
  dwc:yearCollected '1933'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:country 'Netherlands'^^xsd:string;
  dwc:longitude '4.46'^^xsd:double;
  dwc:latitude '52.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10048'^^xsd:anyURI;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413434'^^xsd:anyURI;
  dwc:observationDate '1933-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5"^^xsd:decimal ;
  dwc:decimalLongitude "9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38235'^^xsd:string;
  dwc:scientificName 'Cordylophora caspia (Pallas, 1771)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1913'^^xsd:integer;
  dwc:endYearCollected '1914'^^xsd:integer;
  dwc:continentOcean 'Elbe'^^xsd:string;
  dwc:country 'Germany'^^xsd:string;
  dwc:longitude '9'^^xsd:integer;
  dwc:latitude '53.5'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41780'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413533'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4987"^^xsd:decimal ;
  dwc:decimalLongitude "-69.90702"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4987 -69.90702)"^^geo:wktLiteral ;
  geo-pos:lat "12.4987"^^xsd:decimal ;
  geo-pos:long "-69.90702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41773'^^xsd:string;
  dwc:scientificName 'Plumularia margaretta (Nutting, 1900)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1934'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10497'^^xsd:integer;
  dwc:collector 'Hummelinck W.'^^xsd:string;
  dwc:yearCollected '1930'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Aruba'^^xsd:string;
  dwc:longitude '-69.90702'^^xsd:double;
  dwc:latitude '12.4987'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10497'^^xsd:anyURI;
  dwc:aphiaid '285265'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413534'^^xsd:anyURI;
  dwc:observationDate '1930-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '117805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.233333 12.8625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.233333"^^xsd:decimal ;
  dwc:decimalLongitude "12.8625"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.233333 12.8625)"^^geo:wktLiteral ;
  geo-pos:lat "37.233333"^^xsd:decimal ;
  geo-pos:long "12.8625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42512'^^xsd:string;
  dwc:scientificName 'Sertularella gayi (Lamouroux, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st344'^^xsd:string;
  dwc:yearCollected '1893'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Mediterranean Sea, Oceans'^^xsd:string;
  dwc:longitude '12.8625'^^xsd:double;
  dwc:latitude '37.233333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413598'^^xsd:anyURI;
  dwc:observationDate '1893-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41657'^^xsd:string;
  dwc:scientificName 'Monothecella aurita (Bale, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '292363'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413716'^^xsd:anyURI;
  dwc:observationDate '1905-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '285219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.79124"^^xsd:decimal ;
  dwc:decimalLongitude "113.94196"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.79124 113.94196)"^^geo:wktLiteral ;
  geo-pos:lat "-25.79124"^^xsd:decimal ;
  geo-pos:long "113.94196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41656'^^xsd:string;
  dwc:scientificName 'Monothecella aurita (Bale, 1888)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearIdentified '1925'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:yearCollected '1905'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.94196'^^xsd:double;
  dwc:latitude '-25.79124'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '292363'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413717'^^xsd:anyURI;
  dwc:observationDate '1905-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '285219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43850'^^xsd:string;
  dwc:scientificName 'Phialidium chengshanense (Ling, 1937)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '878205'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413885'^^xsd:anyURI;
  dwc:observationDate '1975-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '291153'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.883333 -17.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.883333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.033333"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.883333 -17.033333)"^^geo:wktLiteral ;
  geo-pos:lat "20.883333"^^xsd:decimal ;
  geo-pos:long "-17.033333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F413898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/413898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "10910/st021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-11-08'^^xsd:date;
  dwc:institutionCode 'RBINS-Scientific Heritage'^^xsd:string;
  dwc:collectionCode 'urn:catalog:RBINS:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40977'^^xsd:string;
  dwc:scientificName 'Halecium tenellum Hincks, 1861'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '10910/st021'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Mauritania'^^xsd:string;
  dwc:longitude '-17.033333'^^xsd:double;
  dwc:latitude '20.883333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:10910'^^xsd:anyURI;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/413898'^^xsd:anyURI;
  dwc:observationDate '1935-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39871'^^xsd:string;
  dwc:scientificName 'Pteroclava krempfi (Billard, 1919)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '290921'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414207'^^xsd:anyURI;
  dwc:observationDate '1986-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '290921'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44152'^^xsd:string;
  dwc:scientificName 'Liriope tetraphylla (Chamisso & Eysenhardt, 1821)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117568'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414297'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117568'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.383333 -28.391666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.391666"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.383333 -28.391666)"^^geo:wktLiteral ;
  geo-pos:lat "38.383333"^^xsd:decimal ;
  geo-pos:long "-28.391666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "12981/st3250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.41343'^^xsd:string;
  dwc:scientificName 'Lafoea fruticosa Sars, 1850'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1940'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '12981/st3250'^^xsd:string;
  dwc:yearCollected '1912'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Portugal'^^xsd:string;
  dwc:longitude '-28.391666'^^xsd:double;
  dwc:latitude '38.383333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:12981'^^xsd:anyURI;
  dwc:aphiaid '117703'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414556'^^xsd:anyURI;
  dwc:observationDate '1912-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.59"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.44 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.44"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42539'^^xsd:string;
  dwc:scientificName 'Sertularella mediterranea Hartlaub, 1901'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1964'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:latitude '48.44'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117903'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414558'^^xsd:anyURI;
  dwc:observationDate '1964-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '117903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43476'^^xsd:string;
  dwc:scientificName 'Laomedea bistriata Leloup, 1931'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.15"^^xsd:decimal ;
  dwc:decimalLongitude "109.12"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.15 109.12)"^^geo:wktLiteral ;
  geo-pos:lat "12.15"^^xsd:decimal ;
  geo-pos:long "109.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43473'^^xsd:string;
  dwc:scientificName 'Laomedea bistriata Leloup, 1931'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:collector 'Dawydoff C.'^^xsd:string;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '109.12'^^xsd:double;
  dwc:latitude '12.15'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '117370'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 113.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26"^^xsd:decimal ;
  dwc:decimalLongitude "113.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 113.25)"^^geo:wktLiteral ;
  geo-pos:lat "-26"^^xsd:decimal ;
  geo-pos:long "113.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38381'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.25'^^xsd:double;
  dwc:latitude '-26'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 113.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26"^^xsd:decimal ;
  dwc:decimalLongitude "113.25"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26 113.25)"^^geo:wktLiteral ;
  geo-pos:lat "-26"^^xsd:decimal ;
  geo-pos:long "113.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38362'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Stechow , Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11365'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:country 'Australia'^^xsd:string;
  dwc:longitude '113.25'^^xsd:double;
  dwc:latitude '-26'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11365'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414878> ;
  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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414878>
  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 "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "22225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.38480'^^xsd:string;
  dwc:scientificName 'Eudendrium sp.'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '22225'^^xsd:integer;
  dwc:yearCollected '1902'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:country 'French Guiana'^^xsd:string;
  dwc:longitude '-53'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:22225'^^xsd:anyURI;
  dwc:aphiaid '117093'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414878'^^xsd:anyURI;
  dwc:observationDate '1902-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '117093'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43 106.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43"^^xsd:decimal ;
  dwc:decimalLongitude "106.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F414893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/414893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40038'^^xsd:string;
  dwc:scientificName 'Aglaophenia delicatula (Busk, 1852)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1937'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11329'^^xsd:integer;
  dwc:startYearCollected '1800'^^xsd:integer;
  dwc:endYearCollected '1937'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.36'^^xsd:double;
  dwc:latitude '8.43'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11329'^^xsd:anyURI;
  dwc:aphiaid '835739'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/414893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '284163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25028"^^xsd:decimal ;
  dwc:decimalLongitude "139.41694"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  geo-pos:lat "35.25028"^^xsd:decimal ;
  geo-pos:long "139.41694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43122\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.41694'^^xsd:double;
  dwc:latitude '35.25028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415092'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25028"^^xsd:decimal ;
  dwc:decimalLongitude "139.41694"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25028 139.41694)"^^geo:wktLiteral ;
  geo-pos:lat "35.25028"^^xsd:decimal ;
  geo-pos:long "139.41694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "999999"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "11891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.43121\\1'^^xsd:string;
  dwc:scientificName 'Eudendrium capillare Alder, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1938'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11891'^^xsd:integer;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '139.41694'^^xsd:double;
  dwc:latitude '35.25028'^^xsd:double;
  dwc:coordinatePrecision '999999'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: dry'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11891'^^xsd:anyURI;
  dwc:aphiaid '117544'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415093'^^xsd:anyURI;
  dwc:observationDate '1935-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.44208'^^xsd:string;
  dwc:scientificName 'Rhopalonema velatum Gegenbaur, 1856'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:collector 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117865'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415105'^^xsd:anyURI;
  dwc:observationDate '1987-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '117865'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415124> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415124>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.42765'^^xsd:string;
  dwc:scientificName 'Sertularia cupressina Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1942'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:collector 'Billet V.'^^xsd:string;
  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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415124'^^xsd:anyURI;
  dwc:observationDate '1938-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415496> ;
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415496>
  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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.40808'^^xsd:string;
  dwc:scientificName 'Halecium beanii (Johnston, 1838)'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Leloup Eugène'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '11726'^^xsd:integer;
  dwc:collector 'Billet'^^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: specimen jar; preservation method: alcohol'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:11726'^^xsd:anyURI;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415496'^^xsd:anyURI;
  dwc:observationDate '1938-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1 144.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1"^^xsd:decimal ;
  dwc:decimalLongitude "144.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 "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://collections.naturalsciences.be/specimen/415741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5985_> ;
  dwc:basisOfRecord "PreservedSpecimen" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/PreservedSpecimen> ;
  dwc:fieldNumber "27838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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:hyd'^^xsd:anyURI;
  dwc:catalogNumber 'INV.39754'^^xsd:string;
  dwc:scientificName 'Ectopleura minerva Mayer, 1900'^^xsd:string;
  dwc:basisOfRecord 'PreservedSpecimen'^^xsd:string;
  dwc:identifiedBy 'Bouillon Jean (Prof.)'^^xsd:string;
  dwc:typeStatus 'specimen'^^xsd:string;
  dwc:fieldNumber '27838'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:country 'Papua New Guinea'^^xsd:string;
  dwc:longitude '144.53'^^xsd:double;
  dwc:latitude '-4.1'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:preparationType 'container type: specimen jar; preservation method: formalin'^^xsd:string;
  dwc:previousCatalogNumber 'urn:catalog:RBINS:IG:27838'^^xsd:anyURI;
  dwc:aphiaid '117983'^^xsd:integer;
  dwc:occurrenceId 'http://collections.naturalsciences.be/specimen/415741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '117983'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.08"^^xsd:decimal ;
  dwc:decimalLongitude "108.11"^^xsd:decimal ;
  dwc: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/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.08 108.11)"^^geo:wktLiteral ;
  geo-pos:lat "16.08"^^xsd:decimal ;
  geo-pos:long "108.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5985__http%3A%2F%2Fcollections.naturalsciences.be%2Fspecimen%2F415812>
